@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
file_types
@foreach ($filetypes as $filetype) @endforeach
Sl # File Type Visible Status Actions
{{ $loop->iteration }} {{ $filetype->file_type }} {{ $filetype->visible_status == '0' ? 'All' : 'HR only' }}
@csrf @method('DELETE')
@endsection @push('custom_css') @endpush @push('custom_js') @endpush