@extends('front.pages.account.index') @section('account_title') {{__('Documents')}} @endsection @section('css') @endsection @section('account_content') {{__('Send Document')}} {{__('Document')}} {{$document['title']}} @if(empty($document['document'])) @csrf {{__('Comment')}} {{__('attachement')}} {{__('Save')}} @else {{__('Comment')}} {{$document['comment']}} {{__('Document that was sent')}} {{$document['document']}} @endif @endsection @section('account_scripts') @endsection
{{$document['title']}}
{{$document['comment']}}