@extends('layouts.master') @section('title', 'Warehouses | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.warehouses')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @if (Session::has('error_delete'))

We can't do it!

{{ Session::get('error_delete') }}

@endif @endsection @section('content')
{{-- Dashboard | --}} {{ __('basic.all warehouses') }}
{{ __('basic.all warehouses') }}
@foreach ($inventory as $item) @endforeach
{{ __('basic.name') }} {{ __('basic.address') }} {{ __('basic.status') }} {{ __('basic.handle') }}
{{ $item->name }} {{ $item->address }} @if($item->main_warehouse == 1) {{ __('basic.main warehouse') }} @endif {{-- {{ __('basic.edit') }} --}}
{{-- {{ $destination->links() }} --}}
@endsection @section('js') @endsection