@extends('partner.layouts.master') @section('css') @endsection @section('breadcrumb')

منافذ فرعية

@if(auth()->guard('partner')->user()->level == 1) @endif
@endsection @section('content')
@foreach($shops as $shop) @endforeach
{{trans('labels.name')}} العنوان المحافظة عدد الموظفين بواسطة تحويلات {{trans('labels.action')}}
{{$shop->title}} {{$shop->address}} {{$shop->governate->governorate_name_ar ?? ""}}
{{$shop->city->city_name_ar ?? ""}}
{{$shop->moderatorCount()}} {{$shop->creator->name ?? ""}} {{auth()->guard('partner')->user()->depositsCount($shop->id)}}
@endsection @section('script') @endsection