@extends('layouts.app') @section('title', 'Create Vendor') @section('content')

Create Vendor

@include('vendors.form')
@endsection