@extends('layouts.layout') @section('title', 'Manage Sub Category') @section('content')

All Sub Category have also a base Category

@if(Session::has('success')) @elseif(count($errors) > 0) @endif

Sub Category Edit

{!! Form::model($subcategory,['route'=>['subcategory.update',$subcategory->id],'method'=>'PUT', 'class'=>'', 'style'=>'margin-top: 5px','files'=>true]) !!}

Note : Image Dimensions Must be Max : 370 x 280

{!! Form::close() !!}
@endsection