@extends('layouts.app') @section('title') Edit Category @stop @section('breadcrumb') @stop @section('content')

Add New Category

{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('category_type')) {{ $errors->first('category_type') }} @endif
@stop