@extends('dashboard.layouts.master') @section('title', 'State Management| Admin Panel') @include('sweetalert::alert') @push('after-styles') @if (Helper::checkPermission('state', 'create')) @endif @endpush @section('content') @if (Helper::checkPermission('state', 'create'))
{{ Form::open(['route' => ['state.store'], 'method' => 'POST', 'files' => true, 'enctype' => 'multipart/form-data', 'id' => 'storeForm']) }}
{!! __('backend.cancel') !!}
@else @endif @push('after-scripts') @endpush @endsection