@extends('layouts.app') @section('content') List Detail @if(session('error')) {{session('error')}} @endif @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Occupation Profile Earn and Hour Upload Click to Download Sample File {{-- --}} {{-- @csrf--}} {{-- --}} {{-- --}} {{-- Assess Auth--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- Upload--}} {{-- Click to Download Sample File--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- Changes--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- New Occupations--}} {{-- Old Occupations--}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($changes['min'] as $change)--}} {{-- --}} {{-- {{$change->occupation}}--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection @section('third_party_scripts') {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection