@extends('layout.index') @if (isset($id)) @section('title', 'Edit Stakeholders Details') @else @section('title', 'Add Stakeholders Details') @endif @section('content')
@if ($message = Session::get('success'))
@endif
{{ csrf_field() }}
@error('program_name') {{ $message }} @enderror