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

SERVICE LIST

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