@extends('layouts.master') @section('title') LT-168 :: จัดการพนักงานในสาขา @endsection @section('sub_title') จัดการพนักงานในสาขา @endsection @section('content')
@if (!$stores->count())

คุณยังไม่มีร้านค้า ณ​ ปัจจุบัน

@endif @foreach ($stores as $store)

สาขา: {{ $store->store_name }}

{{ $store->status ? 'เ' : '' }}ปิดทำการ
จำนวนพนักงาน: {{ $store->staff->count('id') }} คน
@endforeach
@endsection @section('scripts') @endsection