@extends('backend.layouts.app') @section('title', \App\Http\Helpers\MenuHelper::getPageTitle()) @section('content')

All Parameter Data

@can('ref.create') Create New Parameter @endcan
@forelse($refs as $ref) @empty @endforelse
No Cat Code Description Description (EN) Sort Actions
{{ ($refs->currentPage() - 1) * $refs->perPage() + $loop->iteration }} {{ $ref->cat ?? '-' }} {{ $ref->code ?? '-' }} {{ $ref->descr ?? '-' }} {{ $ref->descr_en ?? '-' }} {{ $ref->sort ?? '-' }}
@can('ref.update') @endcan @can('ref.delete')
@csrf @method('DELETE')
@endcan

No parameter data found

Click the "Create New Parameter" button to add your first entry.

{{ $refs->appends(request()->query())->links('vendor.pagination.custom') }}
@endsection