@extends('admin.layout.base') @section('title', 'Restricted Area ') @section('content')
| @lang('admin.member.id') | Location name | Restrict Area | Starting Time | Ending Time | Status | @lang('admin.member.action') |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | @if($restrict->location) {{ $restrict->location->location_name }} @else - @endif | @if($restrict->restrict_area ==1) All @elseif($restrict->restrict_area ==2) Pick up @else Drop off @endif | {{ $restrict->s_time }} | {{ $restrict->e_time }} | @if($restrict->status ==1) Active @else Inactive @endif |
|
| @lang('admin.member.id') | Location name | Restrict Area | Starting Time | Ending Time | Status | @lang('admin.member.action') |