@extends('layouts.app') @section('title', 'Edit Application') @section('content')
Edit Application
@csrf @method('PUT')
@endsection