@extends('layouts.master') @section('content')
@component('components.breadcrumb') @slot('title') @lang('mpo_nationalization.addtitle') @endslot @slot('breadcrumb1') @lang('common.dashboard') @endslot @slot('breadcrumb1_link') {{ route('dashboard') }} @endslot @if (\App\Traits\RolePermissionTrait::checkRoleHasPermission('role', 'create')) @slot('action_button1') @lang('common.view') @endslot @slot('action_button1_link') {{ route('mpo_nationalization.index') }} @endslot @endif @slot('action_button1_class') btn-primary @endslot @endcomponent
STUDENT INFORMATION
{{-- STUDENT'S ADDRESS --}}
STUDENT'S ADDRESS:
{{-- Present Address: --}}
Present Address:
{{-- Parmanenet Address --}}
Parmanenet Address :
{{-- GUARDIAN'S INFORMATION --}}
GUARDIAN'S INFORMATION :
Guardian's Address :
{{-- ACADEMIC INFORMATION --}}
ACADEMIC INFORMATION :
{{--

@lang('mpo_nationalization.addtitle')


@csrf
--}}
@endsection