@extends('layout.index') @if (isset($id)) @section('title', 'Edit Producer Group') @else @section('title', 'Add Producer Group') @endif @section('content') Add Producer Group @if ($message = Session::get('error')) {{-- --}} {{ $message }} × @endif @if ($message = Session::get('success')) {{ $message }} × @endif {{ csrf_field() }} Producer Group Name * @error('pgName') {{ $message }} @enderror Country * Select Country @error('countryId') {{ $message }} @enderror State * Select State @error('stateId') {{ $message }} @enderror Submit Cancel