@extends('layout.index') @section('title', 'Program Brand Region Mapping List') @section('content') Program Brand Region Mapping List @if ($message = Session::get('success')) {{ $message }} × @elseif ($message = Session::get('error')) {{ $message }} × @endif @csrf Program Select Program Brand Select Brand Season Select Season Country Select Country Search @if (!empty($programId) || !empty($brandId) || !empty($countryId)) Clear Search @endif Add Mapping Sr. No Program Brand Season Country State District Action No Record Found {{ $Paginator }} @endsection