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