@extends('app') @section('content') Add New Vendor Address {{-- Include Select2 CSS --}}

Add New Address for {{ $vendor->name ?? 'Vendor' }}

@if ($errors->any())
Whoops! Please fix the following errors:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{-- CSRF protection --}}

Cancel
{{-- Select2 JS --}} @endsection