@extends('layouts.app') @php $isEdit = isset($supplier); @endphp @section('title', $isEdit ? 'Edit Supplier' : 'Add Supplier') @section('content')