@extends('layouts.master') @section('title') {{ $supplier->exists ? 'Edit Supplier' : 'New Supplier' }} @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Suppliers @endslot @slot('title') {{ $supplier->exists ? 'Edit Supplier' : 'New Supplier' }} @endslot @endcomponent @if($errors->any())