@extends('layouts.app') @section('page_title',$supplier->exists?'Edit Supplier':'New Supplier') @section('content')
@csrf @if($supplier->exists) @method('PUT') @endif
@endsection