@extends('layouts.admin.app') @section('content') {{-- --}} {{ $city->name }} Product Update / Sort Back @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) {{ Session::get('alert-' . $msg) }} @endif @endforeach @csrf Choose Option Product Upload/Update for {{ $city->name }} Product Sort Order for {{ $city->name }} {{ __('City') }} Select All Product Field Values* Submit The Following Field Values will be uploaded FNID The Following Field Values will be uploaded FNID SORT {{-- --}} @endsection