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