@section('style') @endsection @extends('layouts.backend.app') @section('content')
{{ __('Service List') }}
@if ($errors->any())
@endif
@foreach(App\Service::latest()->get() as $key => $service) @endforeach
# Icon Service Name Action
{{ $key+1 }} {{ $service->title }}
@endsection @section('script') @endsection