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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.products center') }}
{{ __('basic.new order') }} {{ __('basic.print') }} {{ __('basic.search filter') }}
{{ __('basic.products center') }}
{{ __('basic.from') }} {{ $date_from }} {{ __('basic.to') }} {{ $date_to }}

{{ __('basic.total products') }}

{{ $total_products }}
{{ __('basic.products') }}
{{ $month_products }} {{ __('basic.this month') }}

{{ __('basic.active products') }}

{{ $actvie_products }}
{{ __('basic.products') }}

{{ __('basic.deactivate products') }}

{{ $deactivate_products }}
{{ __('basic.products') }}
{{ __('basic.products') }}
{{ __('basic.status') }}
{{ __('basic.categories') }}
{{ __('basic.branches') }}
{{ __('basic.workers') }}
{{ __('basic.debtors') }}
{{ __('basic.recent products') }}
@foreach ($recent_bookings as $item) @endforeach
{{ __('basic.img') }} {{ __('basic.name') }} {{ __('basic.barcode') }} {{ __('basic.warehouse') }} {{ __('basic.supplier') }} {{ __('basic.sell') }} {{ __('basic.purchasing price') }} {{ __('basic.quantity') }} {{ __('basic.created at') }} {{ __('basic.handle') }}
{{ $item->name }} {{ $item->barcode }} @if($item->warehouse) {{ $item->warehouse->name }} @endif @if($item->debtor) {{ $item->debtor->company_name }} @endif {{ $item->buy_price }} {{ $item->sell_price }} {{ $item->quantity }} - {{ date("Y-m-d H:i", strtotime($item->created_at)) }} @if($item->creator) - {{ $item->creator->full_name }} @endif
@endsection @section('js') {{-- data table --}} @php $chart_color = ['#323ac8', '#38dfa8','#1a78f1', '#d13c62', '#12c7d9', '#03c2c3', '#5035df', '#17a673', '#2e59d9', '#9aeded', '#f3d56a', '#7c859d', '#a4adc5', '#80142f', '#33d293', '#bed233', '#3958e9', '#10c86f', '#654fb6', '#a44fb6', '#89728e', '#c85110', '#6d769d', '#1b6954', '#204494', '#94206b', '#948320', '#209493', '#292094', '#203a65', '#4e6fa5', '#e29031', '#e23168', '#31e0e2', '#e29131', '#319fe2', '#8131e2', '#31a8e2', '#31e2c0', '#31c3e2', '#e2a931', '#3157e2']; @endphp @endsection