@extends('partner.layouts.master') @section('css') @endsection @section('breadcrumb')

حركة الحساب

@endsection @section('content')
@foreach($statements as $statement) @endforeach
التاريخ اسم الفرع نوع العملية مدين دائن الرصيد
{{$statement->created_at}} {{$statement->branch->title}} {{$statement->type}} {{$statement->db}} {{$statement->cr}} {{$statement->balance}}
@endsection @section('script') @endsection