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