@extends("admin/layouts.master") @section('title',"Edit Subcategory: $cat->title |") @section("body") @section('data-field') Sub Category @endsection

Subcategory

< Back
{{csrf_field()}} {{ method_field('PUT') }}
(Please Choose Parent Category)
(Please Enter Description)
@if(@file_get_contents('images/subcategory/'.$cat->image)) @else @endif
(Please Choose image)
(If enabled than Subcategory will be Featured)
(Please Choose Status)
@endsection