@extends('front.app.master')\ @section('title') Edit Profile - jorayalogistics.com @endsection @section('content')
Edit Profile
{{-- Show All --}}
{{-- "id", "name", "email", "email_verified_at", "country", "phone", "address", "state", "zip", "country_code", "avatar", "status", "password", "remember_token", "created_at", "updated_at" --}} @if (session()->has('message'))
{{ session('message') }} {{--

Note: This page will redirect in 5 seconds.

--}}
@endif @livewire('update-profile')
@endsection