@extends('layouts.app_admin') @section('content')
{{ csrf_field() }}
@if ($errors->has('childcategory')) {{ $errors->first('childcategory') }} @endif
Cancel
@endsection