@extends('layouts.admin', ['title' => 'ویرایش لاگ کیف پول']) @section('content')

یادداشت لاگ کیف پول {{ $user->first_name . ' ' . $user->last_name . ' ' . $user->mobile }}

{!! $errors->first('note', ':message') !!}
بازگشت
@stop