@extends('backend.layouts.app') @section('title') View Job Application @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @method('PUT') @include('backend.jobApplication.partials.view-form')
@endsection