@extends('layouts.admin') @section('content')
File Allocation
File downloaded successfully
download
@foreach($factoryallocation as $key => $factory) @endforeach
ID
Date
File
{{ $factory->id ?? '' }}
{{ $factory->date ?? '' }}
Test.pdf
{{ $factory->file_name ?? '' }}
@endsection @section('scripts') @parent @endsection