@extends('layouts.master') @section('title') Service @endsection @section('extra-css') @endsection @section('index')

Service List

Add New
@foreach($services as $key=>$service) @endforeach
Sr Category Title Description Action
{{ $key+1 }} {{ optional($service->category)->name }} {{ $service->title }} {!! $service->description !!}
Detail Edit  
{{ csrf_field() }}
@endsection @section('extra-script') @endsection