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

مراكز التوزيع

@can('admins-create') @endcan
@endsection @section('content')
@foreach($warehouses as $warehouse) @endforeach
# اسم المركز الادراة بواسطة الرصيد {{trans('labels.action')}}
{{$warehouse->id}} {{$warehouse->name}} {{$warehouse->admin->name ?? ""}} {{$warehouse->bal}} جنية مصري @can('admins-edit') @endcan
@endsection @section('script') @endsection