@extends('layouts.master') @section('title',__('Apply for candidate')) @section('breadcum') @endsection @section('maincontent')
@csrf
{{ __('Apply for candidate:') }}

@endsection @section('scripts') @endsection