@extends('layout.index') @if (isset($id)) @section('title', 'Producer Group Mapping') @else @section('title', 'Producer Group Mapping') @endif @section('content')
@if ($message = Session::get('error'))
@endif @if ($message = Session::get('success'))
@endif
{{ csrf_field() }}
@error('programId') {{ $message }} @enderror
@error('brandId') {{ $message }} @enderror
@error('season') {{ $message }} @enderror
@error('file') {{ $message }} @enderror
@endsection