@extends('out.auth_master') @section('styles') @endsection @section('content')

Update {{ $slug }} details

@include('alert')
@csrf
@if($slug == "personal" || $slug == "marketer" || $slug == "affiliate")
user()->avatar) src="{{ Auth::guard('admin')->user()->avatar }}" @else src="" style="display:none" @endif alt="Image Preview" style="width: 100px; height: 100px" />
@endif
@include('out.other_footer') @endsection @section('scripts') @include('phone_js') @endsection