@extends('portal::layouts.supplier') @section('title', __('home.home')) @section('content')

{{ __('home.welcome_message', ['name' => Session::get('user.first_name')]) }}

@lang('report.total_purchase') {{ $contact->total_purchase }}
@lang('contact.total_purchase_paid') {{ $contact->purchase_paid }}
@lang('contact.total_purchase_due') {{ $contact->total_purchase - $contact->purchase_paid }}
@endsection