@extends('master') @section('title') {{ $title}} @endsection @section('content')

Edit application form

@csrf @method('PUT')
@if($application->citizenship_photo) citizenship_photo @endif
@if($application->student_photo) student_photo @endif
@endsection