@extends('backend.layouts.app') @section('title', 'Services') @push('styles') @endpush @section('content')

Services

@foreach( $services as $key => $service) @endforeach
SL. Title Description Icon Order Created at Updated at Action
{{$key+1}} {{$service->title}} {{$service->description}} {{$service->icon}} {{$service->service_order}} {{ $service->created_at->diffForHumans() }} {{ $service->updated_at->diffForHumans() }} edit
@endsection @push('scripts') @endpush