@extends('inventory.layout')
@section('title', 'Dashboard')
@section('content')
@push('head')
@endpush
{{--
{{isset($item) ? $item:''}}
{{ __('Items')}}
{{ __('3,612')}}
{{ __('Orders')}}
{{ __('865')}}
{{ __('Customers')}}
--}}
@push('script')
@endpush
@endsection