@extends('layouts.admin') @section('content')
{{__('ID')}} | {{ trans('cruds.cashier.fields.name') }} | {{ trans('cruds.header.fields.type') }} | {{ trans('cruds.cashier.fields.status') }} | ||
---|---|---|---|---|---|
Records not found | |||||
{{$i}} | {{$item->name}} {{$item->surname}} | {{ucfirst($item->type)}} | {!! $item->status == 1 ? 'Active' : 'Inactive' !!} | @php $i++; @endphp |