@extends('layouts.admin', ['title' => 'اسناد رسمی']) @section('content')

اسناد رسمی - {{ $officialDocument->type_title }} {{ $officialDocument->Cart->User->first_name . " " . $officialDocument->Cart->User->last_name }}

@if (session('message'))
{{ session('message') }}
@endif @foreach ($officialDocument->OfficialDocumentCredentials as $item) @endforeach
عنوان مبلغ
{{ $item->title }} {{ $item->amount }} ویرایش
چاپ اعلامیه بستانکاری بازگشت {!! $officialDocument->Cart->off_credential_publish == true ? "✓" : "" !!} اتمام عملیات حذف اطلاعات @stop