@extends('layouts.default') @section('title') Stakeholder Register @endsection @section('header-style') @endsection @section('content')

Stakeholder Register


{!! csrf_field() !!}
@if ($errors->has('stakeholder_name')) {{ $errors->first('stakeholder_name') }} @endif
@if ($errors->has('agency')) {{ $errors->first('agency') }} @endif
@if ($errors->has('profile_attachment_path')) {{ $errors->first('profile_attachment_path') }} @endif
@if ($errors->has('profile_attachment')) {{ $errors->first('profile_attachment') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
+88
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
 
@include('register.stakeholderList')
@endsection