@extends('candidate.beta.layouts.master') @section('page-title'){{$page}}@endsection @section('breadcrumb') @include('candidate.beta.partials.breadcrumb') @endsection @section('content')
@include('partials.ats-resume-builder-form', array( 'postUrl' => empUrl().'account/ats-resume-builder', 'downloadUrl' => empUrl().'account/ats-resume-builder/download/'.issetVal($resume, 'ats_resume_id'), ))
@endsection