@extends('master-admin') @section('title', 'Manage User Business') @section('content')

Manage Business Information for {{ $user->name }}

@if(empty($business))
No business information found for this user. You can add it below.
@endif
@csrf
@if(!empty($business) && $business->logo)
Logo
@endif
@endsection @section('js') @endsection