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