@extends('layouts.admin') @push('script-page') @endpush @section('page-title') {{ __('Contract Detail') }} @endsection @section('breadcrumb') @if (\Auth::guard('customer')->check())
{{ number_format(\File::size(storage_path('contract_attachment/' . $file->files)) / 1048576, 2) . ' ' . __('MB') }}
{{ $comment->comment }}
{{ $comment->created_at->diffForHumans() }}{{ $note->note }}
{{ $note->created_at->diffForHumans() }}