@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Manage Files
Add File

@foreach ($ups as $up) @endforeach
Sl # File Names File Actions
{{ $loop->iteration }} {{ optional($up->filetype)->file_type ?? 'no data' }} {{basename($up->file)}}
Download
@csrf @method('DELETE')
@endsection @push('custom_css') @endpush @push('custom_js') @endpush