@extends('backend.master') @section('title') {{ $title }} @endsection @section('content')

{{ _trans('common.Time Slot') }}

{{ _trans('common.Add New') }}
@forelse($timeslots as $row) @empty @endforelse
{{ _trans('landlord.SR No') }} {{ _trans('landlord.Start Time') }} {{ _trans('landlord.End Time') }} {{ _trans('landlord.Duration') }} {{ _trans('landlord.Capacity') }} {{ _trans('landlord.action') }}
{{ $loop->iteration }} {{ $row->start_time }} {{ $row->end_time }} {{ $row->duration }} {{ $row->capacity }}
@endsection @push('script') @include('backend.partials.delete-ajax') @endpush