@extends('vendor.app') @section('title') Vendor Dashboard @endsection @section('styles') @endsection @push('head-scripts') @endpush @section('content')
{{-- --}} {{ csrf_field() }}
Vendor Information @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Delivery Request
@endsection @push('body-scripts') {{-- Different address script --}} {{-- Different address script --}} @endpush