@extends('admin.layouts.master-soyuz') @section('title',__('Edit Childcategory')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Childcategory") }} @endslot @slot('menu2') {{ __("Edit Childcategory") }} @endslot @slot('button')
{{ __("Back") }}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Edit Childcategory') }}
{{csrf_field()}} {{ method_field('PUT') }}
({{__('Please Choose Parent Category')}})
(Please Choose Subcategory)
({{__('Please Enter Childcategory Name')}})
({{__('Please Enter Description')}})
@if(@file_get_contents('images/grandcategory/'.$cat->image)) @else @endif

({{ __('Please choose image') }})


@endsection