@extends('dashboard::layout.main') @section('pageHead') {{ __('category::header.title') }} | Sengine @endsection @section('pageStyle') @endsection @section('page_title')

{{ __('category::header.title') }}

@endsection @section('content')
{{ __('category::datatable.columns.photo') }} {{ __('category::datatable.columns.name') }} Number of Products {{ __('category::datatable.columns.creation_date') }}
@endsection @section('extras') @include('dashboard::layout.partials.scrollup') @endsection @section('pageScripts') @endsection