@extends('user::layouts.master') @section('page_level_css') {{-- Page Level CSS --}} @endsection @section('content')

{{ $user->full_name }}

@php echo $form->toHtml(); @endphp
@endsection @section('page_level_js') {{-- Page Level JS --}} @endsection