@extends('admin.layout.base') @section('title', 'Add Cab Allocation') @section('content')
 Map Vehicle

{{ csrf_field() }}
Select Zone
@foreach($zones as $k=>$v) {{ $v->zone_name }} @endforeach
@endsection @section('scripts') @endsection @section('styles') @endsection