@extends('components.dashboard.layouts.master') @section('styles') @stack('datatableStyles') @endsection @section('title') {{ __('dashboard.model_list', ['model' => __('messages.models.category')]) }} @endsection @section('content')

{{ __('dashboard.model_list', ['model' => __('messages.models.category')]) }}

@endsection @section('script') @stack('datatableScripts') @endsection