@lang('dashboard_warehouses.warehouses')

@include('dashboard.components.errors') @if (session()->has('message'))

{{ session()->get('message') }}

@endif

@lang('dashboard_warehouses.warehouse_fast_operations')

@lang('dashboard_warehouses.products') @lang('dashboard_warehouses.services')
{{-- add new service --}}

@lang('dashboard_warehouses.add_new_service')

@csrf
@lang('dashboard_warehouses.leave_it_if_not_branched_from_other_serivce')
@lang('dashboard_warehouses.selling')
{{-- --}}
{{-- end add service --}} {{-- start add product from other products --}}

@lang('dashboard_warehouses.add_product_from_other_porducts')

@csrf
@lang('dashboard_warehouses.collected_from')
{{-- --}}
{{-- end add product from other products--}} {{-- start add product and raw material --}}

@lang('dashboard_warehouses.add_product_and_raw_material')

@csrf
@lang('dashboard_warehouses.leave_it_if_your_product_is_not_branched_from_another_product')
{{--
--}}
@lang('dashboard_warehouses.selling_information')
@lang('dashboard_warehouses.purchase_information')
@lang('dashboard_warehouses.leave_it_if_there_is_no_starting_quantity')
@lang('dashboard_warehouses.leave_it_if_theres_no_starting_price')
{{-- end add product and raw material--}} {{-- start edit balance or quantity in warehouse --}}

@lang('dashboard_warehouses.Edit_Balance_Or_Quantity')

@csrf
{{-- --}}
{{-- end edit balance or quantity in warehouse --}} {{-- start transfar from warehouse to another --}}

@lang('dashboard_warehouses.transfar_from_warehouse')

@csrf
{{-- --}}
{{-- end transfare from warehouse to another --}} {{-- start new warehouse --}} {{-- Edit Complex Quantity --}}

@lang('dashboard_warehouses.edit_complex_quantity')

@csrf

@lang('dashboard_warehouses.create_new_warehouse')

@csrf
{{-- end add new warehouse --}}

@lang('dashboard_warehouses.warehouses')

@lang('dashboard_warehouses.manage_warehouses')

@foreach ($warehouses as $index => $warehouse) @endforeach
@lang('dashboard_warehouses.name') @lang('dashboard_warehouses.type') @lang('dashboard_warehouses.description') @lang('buttons.process')
{{ $warehouse->name }} {{ $warehouse->type }} {{ substr($warehouse->description,0,50) }}
@endsection @section('custom_script') @endsection