@extends('layouts.admin') @section('title','About Us Users') @section('page_title','') @section('page_level_css') @endsection @section('content')

About Us Users

EXPLANATION: Use this component to create and manage About Us Users withing LabPair.

@php $url = getAURL('about-us'); if(isset($data->id)) {$url = getAURL('about-us/' . $data->id);} @endphp
Add / Edit Users (All Fields Mandatory)
@csrf @if(isset($data->id)) {{ method_field('PUT') }} @endif
@isset($data->id) @endisset
User Full Name Role Type
@endsection @section('page_level_js') @endsection @push('footerscript') @endpush