@extends('layouts.backend') @section('style') @endsection @section('content') @php $check_permission = canUser(getModel()."-create"); @endphp
{{-- START INCLUDE TABLE HEADER --}} @include('backend.includes.cards.table-header') {{-- START INCLUDE TABLE HEADER --}}
{{-- START INCLUDE SIDEBARE --}} @if ($check_permission) @include('backend.includes.cards.sidebare') @endif {{-- END INCLUDE SIDEBARE --}} @endsection @push('script') @endpush