@extends('layouts.app') @section('title', __('warehouse.warehouses')) @section('css') @endsection @section('content')
@include('layouts.session')
{{ __('warehouse.list') }}
@can('warehouse.create') @endcan
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.name') }} {{ __('item.total') }} {{ __('item.available_stock') }} {{ __('app.worth').' ('.__('app.cost').')' }} {{ __('app.worth').' ('.__('sale.sale').')' }} {{ __('app.worth').' ('.__('app.profit').')' }} {{ __('app.created_by') }} {{ __('app.created_at') }} {{ __('app.action') }}
@endsection @section('js') @endsection