@extends('layouts.app') @section('template_title') {{ __('Update') }} Candidate @endsection @section('content')
{{ __('Update') }} Candidate
{{ method_field('PATCH') }} @csrf @include('backend.candidate.form')
@endsection