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

Edit Vendor

@if(auth()->user()->can('vendors.index')) Back @endif
@method('patch') @csrf
@endsection @section('scripts') @endsection