@extends('layouts.admin.app') @section('content') @if( Session::get('permissions.user_type') == 'A' || Session::get('permissions.user_type') == 'SA') City Back @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) {{ Session::get('alert-' . $msg) }} @endif @endforeach @csrf City Add Name Slug Banner Heading Content Top Content Bottom Meta Title Meta Description Meta Keyword Tagline Tophead {{-- Sort Order --}} Delay Days Metro City Name State Name Area Type* Select Area Type A B C D E F @endif @endsection