@extends('layouts.master') @section('title', 'Debtor | Proxima - Medical Management app') @section('title-topbar', 'Debtor') @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

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

@endif @endsection @section('content')
Dashboard | Debtor Controll
Debtor Controll
@foreach ($debtor as $iteam) @endforeach
ID NAME COMPANY HANDLE
{{ $iteam->id }}
{{ $iteam->name }}

{{ $iteam->started_work }}

{{ $iteam->company_name }} Edit
@endsection @section('js') @endsection