@extends('dashboard.app') @section('content')

Show Business Hours

Create
@if (count($business) > 0)
@foreach ($business as $index => $item) {{-- --}} @endforeach
# Time Business Hours Settings
{{ $index + 1 }} @foreach (Helper::getLangs() as $local) {{ $item->getTranslation('time', $local) }}
@endforeach
@if ($item->image) Image @else No Image @endif
@else

Not Found any Sections..

@endif
@endsection