@extends('backend.layouts.app') @section('title', @$data['title']) @section('content')

{{ @$data['title'] }}

@endsection @section('script') @include('backend.partials.datatable') @endsection