@extends('layout.master') @section('css') @endsection @section('main_content')

Create Vendor

@if(auth()->user()->can('vendors.index')) Back @endif
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection @section('scripts') @endsection