@extends('layouts.admin') @section('title', 'Tambah Vendor') @section('page_title', 'Tambah Vendor') @section('breadcrumb')
  • Vendor
  • Tambah
  • @endsection @section('content')

    Form Vendor

    @csrf
    @endsection