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