@extends('layout.index') @if (isset($id)) @section('title', 'Producer Group Mapping') @else @section('title', 'Producer Group Mapping') @endif @section('content') Producer Group Mapping @if ($message = Session::get('error')) {{-- --}} {!! $message !!} × @endif @if ($message = Session::get('success')) {{ $message }} × @endif {{ csrf_field() }} Program * Select Program @error('programId') {{ $message }} @enderror Brand * Select Brand @error('brandId') {{ $message }} @enderror Season * Select Season @error('season') {{ $message }} @enderror File Upload * @error('file') {{ $message }} @enderror Upload Download @endsection