@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'))
@endif @if (Session::has('error_delete')) @endif @endsection @section('content')| {{ __('basic.name') }} | {{ __('basic.address') }} | {{ __('basic.status') }} | {{ __('basic.handle') }} |
|---|---|---|---|
| {{ $item->name }} | {{ $item->address }} | @if($item->main_warehouse == 1) {{ __('basic.main warehouse') }} @endif | {{-- {{ __('basic.edit') }} --}} |