@extends('admin.template.master') @section('title', $title) @section('content')
{{-- --}}

Services List

@include('admin.partials.flash_message') @if(count($services) > 0) @foreach($services as $k=>$u) @endforeach @else @endif
S.No Title Icon Description Created On Action
{{ ++$k }} {{ $u->title }} {{ $u->short_description }} {{ Carbon\Carbon::parse($u->created_at)->format('d-M-Y H:i:s') }}  
No Data Found
S.No Title Icon Description Created On Action
@endsection