@section('style') @endsection @extends('layouts.backend.app') @section('content')
{{ __('Service List') }}
@if ($errors->any())
@endif
@foreach($info as $key => $row) @endforeach
# Image Title Action
{{ $key+1 }} {!! $row->title !!}
@endsection @section('script') @endsection