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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.search') }}
{{ __('basic.items about to finish') }}
{{ __('basic.no resulats') }}
{{ __('basic.finished items') }}
{{ __('basic.no results') }}
@endsection @section('js') @endsection