@extends('backend.layouts.master') @section('title') Ajouter candidat @endsection @section('body') @endsection @section('content')
Ajouter candidat
@include('backend.candidates.form')
@endsection