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

All Base Category have also a sub Category

Exam Category Edit
{!! Form::model($category,['route'=>['category.update',$category->id],'method'=>'PUT', 'class'=>'', 'style'=>'margin-top: 5px']) !!}
{!! Form::close() !!}
@endsection