@extends('layouts.admin') @section('title') {{ $contract->subject }} @endsection @php $avatar = \App\Models\Utility::get_file('avatars/'); $attachments = \App\Models\Utility::get_file('contract_attechment/'); $logo_path = \App\Models\Utility::get_file('/'); @endphp @push('css') @endpush @push('theme-script') @endpush @section('action-button')
{{ __('Detail of your Contract.') }}
{{ __('You can manage your attachment here') }}
{{ __('You can manage your comment here.') }}
{{ __('You can manage your notes rate here.') }}
{{ $comment->comment }}
{{ $note->note }}
{{ $note->created_at->diffForHumans() }}
{{ $file->name }}
{{ $file->file_size }}