@extends('dashboard.layouts.master') @section('title', 'Category Management| Admin Panel') @include('sweetalert::alert') @push('after-styles') @if (Helper::checkPermission('categories', 'create')) @endif @endpush @section('content') @if (Helper::checkPermission('categories', 'create'))

Create Category

{{ __('backend.dashboard') }} / Category Management/ Create Category
{{ Form::open(['method' => 'POST', 'files' => true, 'enctype' => 'multipart/form-data', 'id' => 'storeForm']) }}
{!! __('backend.cancel') !!}
@else @endif @push('after-scripts') @endpush @endsection