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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.supplier search') }}
{{ __('basic.last suppliers') }}
@foreach ($last_debtors as $item)

{{ __('basic.id') }} {{ $item->new_id }}

{{ $item->full_name }}

{{ __('basic.code') }} {{ $item->code }}

@endforeach
@endsection @section('js') @endsection