@extends('library.admin.layouts.admin_design') @section('title') Profile - Grab Infotech @endsection @section('content')

My Profile

Profile Details
@csrf
Name*
Email*
Image

{{$user->name}}
@endsection @section('scripts') @endsection