@extends('backend.layouts.app') @section('title', @$data['title']) @section('content') @include('backend.partials.staff_navbar')
@include('backend.partials.default_table')
@endsection @section('script') @include('backend.partials.datatable') @endsection