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