@extends('layouts.master') @section('css') @section('title') {{__('home.customerList')}} @stop @endsection @section('page-header')
@endsection @section('content') @if (session('success'))

{{ session('success') }}
@endif
@foreach (App\Models\financial_accounts::where('orginal_type',1)->orderBy('debtor_current', 'desc')->get() as $user)
# {{__('home.clietName')}} {{__('home.phone')}} {{__('home.Location')}} {{__('home.depit_oping')}} {{__('home.credit_oping')}} {{__('home.credit')}} {{__('home.debit')}} {{__('home.current balance')}}