@extends('layouts.master') @section('title', 'All Services') @section('content')

All Services

@foreach($all as $key => $service) @endforeach
SL Name Type Description Created At Action
{{ $key + 1 }} {{ $service->name }} {{ $service->type }} {!! str_limit($service->description, 80) !!} {{ $not_date }} - {{ $time }}
@csrf
@endsection