@extends('layouts.admin') @php $client_keyword = Auth::user()->getGuard() == 'client' ? 'client.' : ''; @endphp @section('page-title') {{ $contract->subject }} @endsection @push('css-page') @endpush @once @php $chagptEnabled = $currentWorkspace->is_chagpt_enable(); // Replace with the correct namespace for your Workspace model @endphp @endonce @section('links') @if (\Auth::guard('client')->check())
@if (File::exists(storage_path('contract_attechment/' . $file->files))) {{ number_format(\File::size(storage_path('contract_attechment/' . $file->files)) / 1048576, 2) . ' ' . __('MB') }} @endif
{{ $note->notes }}
{{ $note->created_at->diffForHumans() }}