@extends('tenants.layouts.master') @section('title') @lang(!empty($edit_list) ? 'Edit Cost Code' : 'Add Cost Code') @endsection @section('css') @endsection @section('content') @component('tenants.components.breadcrumb') @slot('li_1') Cost Code @endslot @slot('title') {{ !empty($edit_list) ? 'Edit' : 'Add' }} Cost Code @endslot @endcomponent