@extends('base::layouts.default') @section('stylesheet') @endsection @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')
@include('video::admin.common.subMenu', ['template' => 'category_video'])

{{trans('video::videos.category')}} : @{{record}} / @{{vVideoCategoriesCtrl.videoCategories.title}}

{{trans('base::general.not_found')}}

{{ trans('base::general.404_not_found') }}

{{ trans('base::general.not_found_text') }}

{!! csrf_field() !!}
{{trans('video::categories.add_new_categories')}}
{{trans('video::categories.edit_category')}}
@include('base::partials.errors')

@{{ errors.title.message }}

{{ trans('video::videos.status') }}
({{ trans('video::videos.message.inactive') }}) ({{ trans('video::videos.message.active') }})

{{trans('video::videos.remove')}}

@{{ errors.category_image.message }}

@endsection @section('scripts') @endsection