@extends('layouts.adminlte') @section('title', $vendor->exists?'Edit Vendor':'Add Vendor') @section('content')

{{ $vendor->exists?'Edit Vendor':'Add Vendor' }}

@csrf @if($vendor->exists) @method('PUT') @endif
exists?$vendor->status:true))>
@endsection