@extends('layouts.master') @section('title') @lang('menu_action/attribute.index_title') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('title') @lang('menu_action/attribute.index_title') @endslot @slot('create_button') @lang('menu_action/attribute.create_button_title') @endslot @endcomponent @section('thead') Name Icon Slug Button Class Order Status Action @endsection
@yield('thead')
@yield('thead')
@endsection @section('script') {{-- yajra datatable --}} @include('components.delete_script') @endsection