@extends('admin.layout.master') @section('title', 'Details') @push('plugin-styles') @endpush @section('content')

Profile Details


{{--

Read the Official jQuery Validation Documentation for a full list of instructions and other options.

--}}
@if (!empty($user->profile->business_name_owned))
@endif @if (!empty($user->profile->addtional_place))
@endif @if (!empty($user->profile->owner_name))
@endif @if (!empty($user->profile->owner_residential_address))
@endif @if (!empty($user->profile->owner_address_1))
@endif @if (!empty($user->profile->owner_address_2))
@endif


@if (!empty($user->profile))
@endif
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush