@extends('layouts.master') @section('css') @section('title') {{ __('report.Customers have exceeded the grace period') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطا
@endif
{{ csrf_field() }}
{{-- 3 --}}
@foreach ($Customersـexceededـgraceـperiod as $customer) @endforeach
# {{ __('report.fromdate') }} {{ __('home.clientname') }} {{ __('home.phone') }} {{ __('report.creditvalue') }}
{{ $i }} {{ $customer->updated_at }} {{ $customer->name }} {{ $customer->phone }} {{ $customer->Balance }}


@endsection @section('js') {{-- --}} @endsection