@extends('candidate.beta.layouts.master') @section('page-title'){{$page}}@endsection @section('breadcrumb') @include('candidate.beta.partials.breadcrumb') @endsection @section('content')
@if($resumes) @foreach ($resumes as $key => $resume) @php $id = encode($resume['resume_id']); @endphp @if($resume['type'] == 'detailed') @else @endif @endforeach @else @endif
@endsection