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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.debtors') }}
{{ __('basic.debtor') }}
@foreach ($debtor as $iteam) @endforeach
{{ __('basic.id') }} {{ __('basic.name') }} {{ __('basic.company name') }} {{ __('basic.handle') }}
{{ $iteam->id }}
{{ $iteam->name }}

{{ $iteam->started_work }}

{{ $iteam->company_name }} {{ __('basic.edit') }}
@endsection @section('js') @endsection