@extends('layouts.admin') @section('title', tr('add_category')) @section('content-header', tr('add_category')) @section('breadcrumb')
  • {{tr('home')}}
  • {{tr('categories')}}
  • {{tr('add_category')}}
  • @endsection @section('content')
    @include('notification.notify')
    {{tr('add_category')}} {{tr('view_categories')}}
    @include('admin.categories._form')
    @endsection @section('scripts') @endsection