@extends('layout.default') @section('styles') @endsection @section('content')

Material Receipt Document

{{-- Preview upload_proof --}} @if(!empty($materialreceipt->upload_proof())) @foreach($materialreceipt->upload_proof() as $document)
{{ $document['name'] }} ( {{ formatBytes($document['size']) }})
Preview this file Click  here.
Max file size is 1MB and max number of files is 5.
@endforeach @endif {{-- End/ --}}
@endsection @section('scripts') @endsection