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

Stakeholder Register


@method('PUT') {!! csrf_field() !!}
@if ($errors->has('stakeholder_name')) {{ $errors->first('stakeholder_name') }} @endif
@if ($errors->has('agency')) {{ $errors->first('agency') }} @endif
  • status) && $data->status != 'I' ? 'checked' : ''}}>
  • status) && $data->status == 'I' ? 'checked' : ''}}>
+88
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
  Cancel
@include('register.stakeholderList')
@endsection