@extends('layouts.main') @section('title', $data['title']) @section('content')
@csrf
{{-- @if (Auth::user()->type != 1) --}} @if (canCreate('City List')) @endif
@if (Auth::user()->type != 1) @endif
@csrf @endsection('content') @section('custom-scripts') @endsection