@extends('layouts.admin', ['title' => 'لاگ موجودی حساب‌های بانکی']) @section('content')

لاگ موجودی حساب‌های بانکی بازگشت

@if(count($data)==0) @else
@foreach($data as $item) @endforeach
تاریخ کاربر عنوان داده قبلی
{{ GetShamsiDate( $item->created_at) }} {{ $item->User->fist_name . ' ' . $item->User->last_name . ' (' . $item->User->mobile . ' )' }} {{ $item->title }} {!! $item->dataPreview !!}
{!! $data->links() !!}
@endif @stop