@extends('layouts.template') @section('content') Add Vendor @csrf Name Phone Email address(Optional) Driver Zone ---Select Zone--- @foreach(App\Models\Zone::where('status','ACTIVE')->get() as $item) {{$item->name}} @endforeach Address Driver Add Permission ON OFF District(Optional) State(Optional) Country(Optional) Postal Code(Optional) Set as Driver Check 'set as driver' for save this vendor also as a driver. License Number Zone ---Select Zone--- @foreach(App\Models\Zone::where('status','ACTIVE')->get() as $item) {{$item->name}} @endforeach Image Licence SAVE VENDOR @endsection
Check 'set as driver' for save this vendor also as a driver.