@extends('dash.layouts.app') @section('title') Services @endsection @section('css') @endsection @section('content')

Supply List

@forelse( $services as $key => $service) @empty @endforelse
# Thumbnail Title Sub Title Status Action
{{$key+1}} {{$service->title}} {{$service->sub_title}} {!! show_status($service->status,'services-status-change/'.$service->id) !!}
@csrf @method('delete')
# Image Title Description Action
@endsection @section('js') @endsection