@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($cat->image != '') @if(@file_get_contents('images/grandcategory/'.$cat->image)) @else @endif @else @endif
Upload

(Please Choose image)


@endsection