@extends('admin.layouts.main') @section('content')

Business Profile

@include('admin.includes.alert')
Card image
Username

{{ $data->user->name }}

Email

{{ $data->email }}

Phone

{{ $data->phone }}

Location

{{ $data->address }}

State

{{ $data->state }}

City

{{ $data->city }}

Zip Code

{{ $data->zip_code }}

Start Time

{{ $data->time_from }}

End Time

{{ $data->time_to }}

Days

{{ $data->days }} Day

@if( @$data->cover )

@foreach($data->cover as $cover) Click to view @endforeach

@else

Not Uploaded

@endif
@endsection @push('script') @endpush