@extends('admin.layout.app') @section('title', 'Legal Eagle - profile') @push('headerscript') @endpush @section('content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg))
@endif @endforeach

Profile Details

@csrf
@php $userdetail = App\Models\UserDetail::where('user_id', Auth::user()->id)->first(); @endphp


  
@endsection