@extends('tenants.layouts.master') @section('title') @lang('Cost code List') @endsection @section('css') @endsection @section('content') @component('tenants.components.breadcrumb') @slot('li_1') Cost code @endslot @slot('title') Cost code List @endslot @endcomponent
Cost Code
@can('costcode create') @endcan
{{-- @foreach($cost_codes ?? [] as $cost_code) @endforeach --}}
Created Date Cost Code Name Cost Code ID Action
{{$cost_code->created_at->format('m/d/Y')}} {{ $cost_code->cost_code_name}} {{ $cost_code->costcode_code}}
@can('cost_code edit') @endcan @can('cost_code delete') @endcan
@endsection @section('script') {{-- --}} {{-- --}} @endsection