@extends('layouts.app') @section('title', 'Business Owners Details') {{-- @section('stitle', 'Item') --}} @section('content')
{{-- @include('item.item_menu') --}}
{{--
--}} {{--

Create @yield('stitle')

--}} {{--
--}}

Limit Counts

{{-- @foreach($branchInv as $bInv) --}}
{{--
{{--
--}} {{--
--}}

Branches:

{{$data->branches}}

Cashier:

{{$data->cashiers}}

Waiters

{{$data->waiters}}

Kds

{{$data->kds}}

Notifiers

{{$data->notifiers}}

Warehouses

{{$data->warehouses}}

{{-- @endforeach --}}
{{--

Table Hover Animation

--}}
@if (count($b_team)) @foreach($b_team as $team) @endforeach @else @endif
Name Email Role Action
{{$team->name}} {{$team->email}} {{$team->role}} {{-- --}} {{-- --}}
No team Exists
@endsection