@extends('layouts.admin.app') @section('content')
@if(Session::get('permissions.user_type') == 'A' || Session::get('permissions.user_type') == 'SA')

Import the Bulkcity File

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }}

@endif @endforeach
@csrf

The Following Field Values will be uploaded
Country Id Name Slug Banner Heading Content Top Content Bottom Meta Title Meta Description Meta Keyword Tag Line Tophead Sort Order Delivery Delay Days Metro City State Area Type Site Id
@endif
@endsection