@extends('layouts.app2') @section('content')
@if ($errors->has('success_msg'))
× {{ $errors->first('success_msg') }}
@endif @if ($errors->has('error_msg'))
× {{ $errors->first('error_msg') }}
@endif
@if($data_create==1)
{{ csrf_field() }}
PROGRAM CREATION
@if ($errors->has('program_name')) {{ $errors->first('program_name') }} @endif
@else
No Program Found.
@endif
@endsection