@extends('layouts.admin') @section('title', 'Add Vendor') @section('page-title', 'Add New Vendor / Supplier') @section('content')
@csrf @include('admin.vendors._form') @include('partials.admin.form-footer', ['cancelUrl' => route('admin.vendors.index'), 'submitLabel' => 'Save Vendor'])
@endsection