@extends('out.auth_master') @section('styles') @endsection @section('content') My Account Home My account Update {{ $slug }} details @include('alert') @csrf Email * First Name * Last Name * Mobile * Invalid phone number @if($slug == "personal" || $slug == "marketer" || $slug == "affiliate") Photo user()->avatar) src="{{ Auth::guard('admin')->user()->avatar }}" @else src="" style="display:none" @endif alt="Image Preview" style="width: 100px; height: 100px" /> @endif Submit @include('out.other_footer') @endsection @section('scripts') @include('phone_js') @endsection