@extends('header.header') @section('content')
{{ __('Warehouses') }}

{{--
--}} {{-- New Store+ --}} {{--
--}}

{{ __('Warehouses table') }}

{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @foreach ($warehouses as $warehouse) @endforeach
#{{ __('Id') }} {{ __('Name_en') }} {{ __('Name_ar') }} {{ __('email') }} {{ __('created at') }} {{__('Classifications')}} {{__('Status')}}{{__('Address')}}{{__('Tax')}}{{__('MobileNumber')}}{{__('Delivery Free')}} {{__('Action')}}
{{ $warehouse->id }} {{ $warehouse->name_en }} {{ $warehouse->name_ar }} {{ $warehouse->email }} {{ $warehouse->created_at->diffForHumans() }}
{{ $warehouses->links() }}
@endsection