@extends('layouts.master') @section('page-title',$page_info['page_title']) @section('main-section')

{{$page_info['page_name']}}

{{-- --}}

User Details

@csrf
@if(!empty($usersData->profile))
Profile
@endif
@csrf
@if(!empty($usersData->designation))
@else
@endif

Thank you !

Your data has been validated and saved in our database.

@endsection @section('custom-js') @endsection