@extends('layout.admin.app') @section('title', __('global.version.categories')) @section('breadcrumb') @endsection @section('datatable-css') @include('layout.admin.datatable-css') @endsection @section('datatable-js') @include('layout.admin.datatable-js') @endsection @section('content')
{{__('global.version.add_category')}}
{{__('global.sort')}} {{__('global.version.categor_name')}} {{__('global.slug')}} {{__('global.created_at')}} {{__('global.actions')}}
@endsection @section('script') @endsection