@extends('layouts.admin', ['title' => 'لاگ موجودی حسابهای بانکی']) @section('content')
| تاریخ | کاربر | عنوان | داده قبلی |
|---|---|---|---|
| {{ GetShamsiDate( $item->created_at) }} | {{ $item->User->fist_name . ' ' . $item->User->last_name . ' (' . $item->User->mobile . ' )' }} | {{ $item->title }} | {!! $item->dataPreview !!} |