@extends('layouts.app_rest') @section('content')
Profile
image

{{$employee->first_name ?? ''}} {{$employee->last_name ?? ''}}

  • {{$employee->username ?? ''}}
  • {{$employee->address_one ?? ''}}, {{$employee->address_two ?? ''}}
  • {{$employee->city ?? ''}}, {{$employee->state ?? ''}} {{$employee->country ?? ''}} {{$employee->zip_code ?? ''}}
  • {{$employee->email ?? ''}}
  • +94 {{$employee->mobile ?? ''}}, {{$customer->phone ?? ''}}
Summary
Sales
Date Invoice No Order Type Payment Status Total Amount Paid Amount Due Amount
@endsection @section('javascript') @endsection