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

Edit Category

< Back
{{csrf_field()}} {{ method_field('PUT') }}
(Please Enter Description)
@if(@file_get_contents('images/category/'.$cat->image)) @else @endif
(Please choose a Image)
(If enabled than Category will be featured)
(Please Choose Status )
@endsection