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