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

{{ translate("manage_blog_categories_here") }}

{{ translate("name") }} {{ translate("order") }} {{ translate("category_type") }} {{ translate("creation_date") }} {{ translate("edit_delete") }}
@endsection @section('footer') @endsection