@extends('layout.index') @section('title', 'Add Mapping') @section('content') Add Program Brand Region Mapping {{ csrf_field() }} Program * Select Program @foreach($aPrograms as $item) {{$item->program_name}} @endforeach @error('programId') {{ $message }} @enderror Brand * Select Brand {{--@foreach($aBrands as $item) {{$item->brand_name}} @endforeach--}} @error('brandId') {{ $message }} @enderror Season * Select season @foreach($aSeasons as $item) {{$item->season}} @endforeach @error('season') {{ $message }} @enderror Country * Select Country @error('countryId') {{ $message }} @enderror District * @error('districtId') {{ $message }} @enderror Cancel @endsection