@extends('layouts.mega.master') @section('title', 'Edit Profile') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

UserProfile

@endsection @section('breadcrumb-items') @endsection @section('content') {{-- {{ dd($user) }} --}}
@csrf
Logo
Username
Full Name
Company Name
Email Address
Contact Number
Country
State
City
Zip Code
Description
Address
@endsection @section('script') @endsection