@extends('layouts.app') @section('title',$title) @section('actions') @if($allowed($resource==='pages'?'cms.manage':$resource.'.manage'))+ افزودن@endif @endsection @section('content')
پاک کردن
@foreach($columns as $label)@endforeach@forelse($rows as $row)@foreach($columns as $key=>$label)@endforeach@empty@endforelse
{{ $label }}عملیات
{{ is_bool($row->$key)?($row->$key?'بله':'خیر'):\App\Support\Persian::digits($row->$key) }}@if($allowed($resource==='pages'?'cms.manage':$resource.'.manage'))ویرایش@endif @if($resource==='customers' && $allowed('crm.view'))پروفایل CRM@endif
هنوز رکوردی ثبت نشده است.
@if($resource==='staff' && $allowed('staff.manage'))

ثبت مرخصی

@csrf
@endif @endsection