@extends('admin.index') @section('title') {{ translate('categories') }} - @endsection @section('header') @endsection @section('content')
{{ translate('category_list_title') }}

{{ translate('category_list_description') }}

{{ translate('category_name') }} {{ translate('category_order') }} {{ translate('category_type') }} {{ translate('created_at') }} {{ translate('edit_delete_buttons') }}
@endsection @section('footer') @endsection