@extends('layouts.app') @section('content')

Edit Industrial Visit

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
target_audience) == 'faculty' ? '' : 'required' }}>
@if ($response->proof)
Current file: View
@endif

Upload new proof (JPG, JPEG, PNG, PDF, DOC, DOCX, ZIP)

Cancel
@endsection @section('scripts') @endsection