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