@php /** * @var array $data * @var \App\Models\Lead $obj */ @endphp @extends('crud.form') @section('title') {{ $title }} @endsection @section('title-right') @if(auth()->user()->super_user) @endif @endsection @section('form-body')
| Автор | Комментарий | Добавлен |
|---|---|---|
| {{ $comment->user?->name }} | {{ $comment->text }} | {{ $comment->created_at->format('d.m.Y H:i') }} |
| # | Load | Fix | Ответственный | Дата | |
|---|---|---|---|---|---|
| #{{ $item->id }} | {{ number_format($item->load_sum, 0, '.', ' ') . $item->currency }} | {{ $item->results_fix_sum }} USD | {{ $item->manager?->name }} | {{ $item->created_at->format('d.m.Y') }} |
|