@include('layouts.partials.header')

Category Form

Create Category

{!! Form::model($itemcategory, ['method' => $itemcategory->exits ? 'PUT' : 'POST', 'method' => $itemcategory->exists ? 'PUT' : 'POST', 'id' => 'form_category_create', 'route' => $itemcategory->exists ? ['categories.update', $itemcategory->id] : 'categories.store', 'files'=>true ]) !!}
{{--@if($blogs->file!='') @else--}} {{-- @endif--}}
{!! Form::close() !!}
@include('layouts.partials.footer')