@extends('layouts.frontend') @section('title', 'Affiliate Profile') @section('content') My Profile @include('flash::message') {!! csrf_field() !!} UID Name Of The Organization @if ($errors->has('name')) {{ $errors->first('name') }} @endif First Name @if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif Last Name @if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif Legal Entity @if ($errors->has('Legal_Entity')) {{ $errors->first('Legal_Entity') }} @endif Source @if ($errors->has('source')) {{ $errors->first('source') }} @endif E-Mail Address Role Profile Picture @if($user_data->profile_pic) @endif Update @include('slices.frontend.right_sidebar')