@extends('layouts.main') @section('title', $data['title']) @section('content')
Add State
@csrf

{{-- @if (Auth::user()->type != 1) --}} @if (canCreate('State List')) @endif
{{-- @if (Auth::user()->type != 1) --}} {{-- @endif --}}
@csrf @endsection('content') @section('custom-scripts') @endsection