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