@extends('layouts.master')
@section('title')
Service
@endsection
@section('extra-css')
@endsection
@section('index')
| Sr |
Category |
Title |
Description |
Action |
@foreach($services as $key=>$service)
| {{ $key+1 }} |
{{ optional($service->category)->name }} |
{{ $service->title }} |
{!! $service->description !!} |
|
@endforeach
@endsection
@section('extra-script')
@endsection