@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')
@include('admin.sidebar_menu')
@if( ! empty($title))

{{ $title }}

@endif @include('admin.flash_msg')
@lang('app.category_edit_page_warning_msg')
@lang('app.current_slug') : {{ $edit_category->category_slug }}
@csrf
{!! $errors->has('category_name')? '

'.$errors->first('category_name').'

':'' !!}
{!! $errors->has('description')? '

'.$errors->first('description').'

':'' !!}
@endsection @section('page-js') @endsection