@extends('admin.layout.base') @section('title', 'Time') @section('content')
Time
Add New Time @foreach($services as $index => $service) @endforeach
ID From To Action
{{ $index + 1 }} {{ date('h:i A', strtotime($service->from_time)) }} {{ date('h:i A', strtotime($service->to_time)) }}
{{ csrf_field() }} {{ method_field('DELETE') }}
ID From To Action
@endsection