@extends('admin.layouts.master-soyuz') @section('title',__('Edit Childcategory')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{__("Edit Childcategory")}}
{{csrf_field()}} {{ method_field('PUT') }}
({{__('Please Choose Parent Category')}})
(Please Choose Subcategory)
({{__('Please Enter Childcategory Name')}})

@if(@file_get_contents('images/grandcategory/'.$cat->image)) @else @endif ({{ __('Please choose image') }})
({{__('Please Enter Description')}})


@endsection