@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())
@endif
@csrf @if($costCentre->exists) @method('PUT') @endif
Cost Centre
The Division or Station this budget belongs to.
is_active ?? true))>
@endsection @section('script') @endsection