<? endif; ?>
<link rel="stylesheet" href="/css/proven.responsive.min.css?<?= filemtime(__DIR__.'/../../webroot/css/proven.responsive.min.css'); ?>" type="text/css" />
$viewFile = '/var/app/current/app/View/Layouts/responsive.ctp' $dataForView = array( 'search_text' => '', 'search_location' => '', 'show_thank_you' => (int) 0, 'similar_jobs' => array( (int) 0 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 1 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 2 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 3 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 4 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ) ), 'title_for_layout' => 'Line Cook at Brick House Tavern', 'metatag_description' => 'Line CookBrick House Tavern at Proven', 'unique_name' => 'brick-house-tavern-san-antonio-tx', 'reference_number' => '53728', 'mobile_image' => '', 'display_company_title' => 'Jobs at Brick House Tavern', 'employer' => array( 'EmployersJob' => array( 'id' => '44375', 'employer_id' => '30011', 'ats_url' => '', 'url' => '', 'title' => 'Line Cook', 'craigslist_city' => 'san antonio', 'craigslist_sub_city' => '', 'craigslist_sub_sub_city' => '', 'craigslist_state' => 'Texas', 'open' => '1', 'post_date' => '2018-10-22 01:38:52', 'duration' => 'full time', 'anonymous_post' => '0', 'compensation' => '', 'zip' => '78232', 'description' => '<p>Line Cooks needed for PM shifts. Experience preferred.</p> <p>We offer a great work environment and good pay.</p> <p>Please submit resume. </p>', 'unique_name' => '', 'created_date' => '2018-10-22 01:37:46' ), 'Employer' => array( 'lat' => '29.58449936', 'lon' => '-98.47540283', 'id' => '30011', 'company_name' => 'Brick House Tavern', 'company_logo' => '', 'simple_posting_process' => '1', 'user_id' => '705184', 'zipcode' => '78232', 'city' => 'San Antonio', 'street_address' => '', 'street_address2' => null, 'state' => 'TX' ), 'UtZipcode' => array( 'zipcode' => '78232', 'city' => 'San Antonio', 'state_prefix' => 'TX' ), (int) 0 => array( 'hasApplied' => false, 'is_favorite' => false ) ), 'is_swinomish' => false, 'is_hiring' => (int) 1, 'page' => '', 'success' => (int) 0, 'broadcast' => (int) 0, 'external_job_board' => '', 'is_worker' => false, 'isMobile' => false, 'isWorker' => false, 'isSales' => false, 'isEducator' => false, 'adminLoggedIn' => false, 'isEmployer' => false, 'loggedIn' => false, 'isFacebookAppUser' => false, 'campaign' => 'NONE', 'content_for_layout' => ' <script type="text/javascript"> var autocomplete = false; var sortOrder = "relevance"; </script> <meta property="og:title" content="Line Cook"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.proven.com/jobs/view/44375?ref=53728"/> <meta property="og:image" content="/css/images/proven_logo.png"/> <meta property="og:site_name" content="Proven"/> <meta property="og:description" content="Line Cooks needed for PM shifts. Experience preferred. We offer a great work environment and good pay. Please submit resume. "/> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "JobPosting", "url": "https://www.proven.com/jobs/view/44375?ref=53728", "title": "Line Cook", "description": "<p>Line Cooks needed for PM shifts. Experience preferred.</p> <p>We offer a great work environment and good pay.</p> <p>Please submit resume. </p>", "datePosted": "2018-10-22T01:38:52+00:00", "hiringOrganization": { "@type": "Organization", "name": "Brick House Tavern", "sameAs": "https://www.proven.com/employers/publicPage/30011" }, "identifier": { "@type": "PropertyValue", "name": "Brick House Tavern", "value": "30011" }, "jobLocation": { "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "San Antonio", "addressRegion": "TX" } } } </script> <script type="text/javascript"> $(document).ready(function() { $("#phone_number").mask(PHONE_NUMBER_FORMAT); $("#demo-submit-btn").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#requestDemoForm").submit(); }); $("#requestDemoForm").validate({ submitHandler: function() { $("#demo-submit-btn").button("loading"); $('#requestDemoForm').ajaxSubmit(successfulDemoMessage); }, wrapper: "p", messages: { "data[Employer][unique_identifier]": { required: '' } } }); $(document).on("click", ".join_proven", function(e) { e.preventDefault(); var employer_id = $(this).attr("employer_id"); var job_id = $(this).attr("job_id"); showJoinLoginDialog(employer_id, job_id); }); $.getJSON("/jobs_ajax/recordJobView/44375"); $('#employer-edit').affix({ offset: { top: $('.navbar').height() } }); $('#employer-edit').on('affix.bs.affix', function () { var navHeight = $('.navbar').outerHeight(true); $('#employer-edit + .container-fluid').css('margin-top', navHeight); }); $('#employer-edit').on('affix-top.bs.affix', function () { $('#employer-edit + .container').css('margin-top', 0); }); }); function successfulDemoMessage(responseObject) { if(responseObject.result == FAILURE) { $("#proven-demo-form").modal("hide"); $("#demo-submit-btn2").button("reset"); $("#demo-submit-btn").button("reset"); bootbox.alert(responseObject.message); } else { if(window.location.href.indexOf("?") > 0) { window.location.href = window.location.href + "&success=1"; } else { window.location.href = window.location.href + "?success=1"; } } } </script> <style> #employer-edit.affix { position: fixed; top: 0; width: 100%; z-index:10; } </style> <div id="join_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="join_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="login_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="login_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="loginModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="loginModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="submissionModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="submissionModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="proven-view-job"> <span class="hide" id="jobid">44375</span> <span class="hide" id="referencenumber">53728</span> <div class="container"> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div id="proven-candidate-home-page" class="hidden-xs" style="background: #fff;"> <div class="search-jobs" style="padding-top: 0px;"> <div class="row"> <div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1"> <div class="row search-row"> <div class="col-sm-5 search-field"> <input type="text" name="data[Search][search_text]" value="" id="search_text" placeholder="Job Title, Keywords, or Company" /> </div> <div class="col-sm-5 search-field"> <input type="text" value="" id="search-location" placeholder="City, State or Zip" /> </div> <div class="col-sm-2 search-field" style="height:50px;"> <a href="#" id="search-btn" class="btn btn-default" role="button" style="width:100%;">SEARCH</a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div class="panel panel-default voffset3"> <div class="panel-body"> <div class="job-post-details"> <div class="row"> <div class="col-xs-3 col-sm-2"> <div class="company-logo"> <img src="/css/images/proven_logo.png" width="90" border="0" class="img-responsive center-block" /> </div> </div> <div class="col-xs-9 col-sm-10"> <h1>Line Cook</h1> <p class="small-bottom-border"> Brick House Tavern </p> <div class="date-location">Oct 21, 2018 - San Antonio</div> <div class="voffset1"> <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=seanfalconer"></script> </div> </div> </div> <hr /> <div class="row"> <div class="apply-form-link col-xs-12 col-sm-8 col-md-7 col-lg-8"> Apply via email:<br/><a class="red-link" href="mailto:jobs+44375-w@hireproven.com">jobs+44375-w@hireproven.com</a> </div> <div class="col-xs-12 col-sm-4 col-md-5 col-lg-4"> <script type="text/javascript"> var currentLink = null; var maskOn = false; function resizeTitleContainer() { var height = $("#job-title.job-post-container").height() + $(".apply-widget").height(); $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); } $(document).ready(function() { $("#apply-form-location").append($(".apply-widget")); var height = $("#job-title.job-post-container .inner").height() + 20; $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); $("#show-apply-form").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#show-apply-form").hide(); $(".apply-form-link").hide(); // resizeTitleContainer(); $(".apply-widget").slideToggle(400); }); $("#cover-letter-link").click(function(e) { e.preventDefault(); $("#cover-letter-link").hide(); $("#cover-letter-container").show(); $("#coverletter").focus(); }); $(document).keypress(function (eh){ $("#errorsBox").hide(); }); $("#login-link").click(function(e) { e.preventDefault(); $("#join_popup").modal("hide"); $("#login_popup #modalContent").html(""); $.ajax({ type: "POST", url: "/users_ajax/loginDialog/employer_id:30011/job_id:44375", success: function(html){ // update the hidden div layer to contain the form information $("#login_popup #modalContent").html(html); $("#login_popup").modal("show"); } }); }); $.validator.addMethod('tosChecked', function(value, element) { if(!$('#tos:checkbox').is(':checked')) { $('.toswrapper').css("border", "3px solid #CC0033"); return false; } else { $('.toswrapper').css("border", "3px solid #f5f5f5"); return true; } }); $("#submit-btn").click(function(e) { e.preventDefault(); $("#buildProfileForm").submit(); }); $("#buildProfileForm").validate({ submitHandler: function() { $("#submit-btn").button("loading"); $('#buildProfileForm').ajaxSubmit(processResumeInfo); }, rules: { "data[Worker][agreed_to_terms]": { tosChecked: true } }, messages: { "data[Worker][fname]": { required: '' }, "data[Worker][lname]": { required: '' }, "data[Worker][unique_identifier]": { required: '' }, "data[Worker][agreed_to_terms]": { tosChecked: '' } } }); $("#user_identifier").focus(); }); function processResumeInfo(responseObject) { var message; var showDebug = false if (showDebug) { console.log(responseObject); } responseObject = eval('(' + responseObject + ')'); if(responseObject.result == FAILURE) { $("#deleteMe").parent().css("width", "80px"); $("#submit-btn").button("reset"); if (!responseObject.message) { message = "There was a problem saving your application."; } else { message = responseObject.message; } bootbox.alert(message); } else { window.location.href = "/workers/activate?jid=44375"; } } </script> <div> <a href="#" id="show-apply-form" class="light-green-btn" role="button" title="Apply Now" style="width:100%;">APPLY NOW</a> <div class="clearfix"></div> </div> <div class="apply-widget" style="display: none;"> <h3>To apply, please fill in the information below</h3> <div class="existing-account">Already have an account? <a href="/pages/login" id="login-link" class="blue-link" title="Log In Now">Log In Now</a></div> <div class="form-body apply-form"> <form action="/workers_ajax/createAccountFromResume/30011/44375" class="errorsRight" id="buildProfileForm" enctype="multipart/form-data" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group row"> <div class="col-sm-12"> <h4>Contact Information:</h4> </div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][fname]" id="fname" placeholder="First Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][lname]" id="lname" placeholder="Last Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <div class="input text"><input name="data[Worker][unique_identifier]" placeholder="email@example.com" class="required long" id="unique_identifier" type="text"/></div> </div> <div class="clearfix"></div> </div> <div class="form-group"> <h4>Resume:</h4> <div class="input file"><input type="file" name="data[Worker][resume_file]" id="resume_file" size="14"/></div> </div> <div class="form-group"> <h4>Cover Letter:</h4> <div class="input textarea"><textarea name="data[EmployersJobsRankingsLetter][coverletter]" id="coverletter" class="required" placeholder="Why are you interested in this position? Answer any specific questions included in the job advertisement." cols="30" rows="6"></textarea></div> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-7"> <div class="checkbox"> <label> <input type="checkbox" checked id="tos" name="data[Worker][agreed_to_terms]" tabindex="70" /> <div class="gray-text"> I agree to the <a title="Terms of Service" target="_new" href="/pages/termsWorkers">Terms of Service</a><br /><span class="tos-date">(Updated 2012-11-06)</span> </div> </label> </div> </div> <div class="col-xs-12 col-sm-6 col-md-5"> <div class="apply-button"> <a href="#" id="submit-btn" data-loading-text="Uploading..." class="light-green-btn" role="button" title="Submit Application" style="width:100%;">SUBMIT APPLICATION</a> </div> </div> </div> </form> </div> </div> </div> </div> <div id="apply-form-location"> </div> <hr /> </div> <div class="job-post-details"> <div id="job-description"> <p>Line Cooks needed for PM shifts. Experience preferred.</p> <p>We offer a great work environment and good pay.</p> <p>Please submit resume. </p> </div> </div> <p class="voffset4"><strong>Other jobs you may like</strong></p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=63e7274078cc73eceb595d9c1&ri=9961a4788fb34c9ab90dc2856ba8dfb4&job_loc=San+Antonio%2CTX&q=Line+Cook&spl=v1%253Apgs%252FufccW%252B5td7xW%253AMUgDUPw5A96EIT0Ivh0reg%253D%253D%253AGtJ2oHHeAF%252BhJlTj0KCSaVdKCxYbG5E22R%252BaY52abYUt%252FY6uVDDb4mugd9E8hY65l6N6gfuCqQX1YJjY%252F3vQE83fgoYm5dqxNpP5DTHyGYK9TeOfEgUe6fxSKwGtmD14PR8x&encrypt=0&l=San+Antonio%2C+TX&query_category_id=360000&t=simplyhired.com&jobkey-26832115412/" class="blue-link" target="_blank">Busser - $7.25-$10.00/hr - Full Time - Urgently Hiring</a></p> <p class="similar-job-company">Fogo de Chao - San Antonio - <span class="text-muted">San Antonio, TX</span></p> <p class="text-muted similar-job-date"> Yesterday </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=4f266e834f5c73ee274dc1af1&ri=9961a4788fb34c9ab90dc2856ba8dfb4&job_loc=San+Antonio%2CTX&q=Line+Cook&spl=v1%253AEpzYMYYIv2blqY5x%253AnLpEFy0GDdjP7TeySKJh0w%253D%253D%253AQO7Mr78rhkBhS3jomsUThyQFlbuaD86hFkF8osjHMwPuI1qTBgDr97KOS2xoJN63BARXz3V8DUA2a0%252Bmx%252FfeIeWPBcPrt6D697SqGsNy%252F5Dtn4FEm3jhPyjiE4Mn9g1oKzI%253D&encrypt=0&l=San+Antonio%2C+TX&query_category_id=360000&t=simplyhired.com&jobkey-21261324961/" class="blue-link" target="_blank">Red Lobster - La Cantera - Cook - Full Time and Part Time - Urgently Hiring</a></p> <p class="similar-job-company">Red Lobster - La Cantera - <span class="text-muted">San Antonio, TX</span></p> <p class="text-muted similar-job-date"> 1 week ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=64ae32b9b59c73ec9fc802001&ri=9961a4788fb34c9ab90dc2856ba8dfb4&job_loc=San+Antonio%2CTX&q=Line+Cook&spl=v1%253AGEqSoXn3NDmEV2F6%253AEZ7F9vT4SFZoOMZAkD8bkw%253D%253D%253ANwVLhuB1EBW3oybXb5BLn2eFe3hGXFGfK5VEest6d%252FAZP1oAD%252B%252Bk8WexItR4C%252F5teOOtD5C%252FSTtOCMY4pUMRw%252F%252BYIlUuePQlGrxvJgsJYR6U2Os5tKRW26AN91KA7z2aMRP7wN3Vu436sF%252B5&encrypt=0&l=San+Antonio%2C+TX&query_category_id=360000&t=simplyhired.com&jobkey-27040830544/" class="blue-link" target="_blank">Church's Texas Chicken - Cook</a></p> <p class="similar-job-company">Church's Texas Chicken - <span class="text-muted">San Antonio, TX</span></p> <p class="text-muted similar-job-date"> 1 week ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=5bd6361586dc73ef684848c31&ri=9961a4788fb34c9ab90dc2856ba8dfb4&job_loc=San+Antonio%2CTX&q=Line+Cook&spl=v1%253AbbOkFd20ZCCWt7d3%253ACKtGsdCwujhvsRImz5N%252F1w%253D%253D%253AmvO8L4U5pHlbh1q4bt6t41xFDGuoQ9FkbEM5E5GpBnpfsTSoRYl16yGlCx%252BFmGCtEee8oCKkUWVwDMP2w4BqBSsQqhfJgsjYrtwd6b6J8Grx3Y9cZuQuESE%253D&encrypt=0&l=San+Antonio%2C+TX&query_category_id=360000&t=simplyhired.com&jobkey-24633313805/" class="blue-link" target="_blank">LongHorn Steakhouse - La Cantera - Line Cook</a></p> <p class="similar-job-company">Longhorn Steakhouse - La Cantera - <span class="text-muted">San Antonio, TX</span></p> <p class="text-muted similar-job-date"> 1 week ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=66a41c70487c73ecbf6aee9f1&ri=9961a4788fb34c9ab90dc2856ba8dfb4&job_loc=San+Antonio%2CTX&q=Line+Cook&spl=v1%253AZ4y%252BWgDtOWhfaq7E%253AySuHqiDtWG1l6huY0cz%252Bxg%253D%253D%253Alo1n%252BOcmS17ZUyzqHpropdxUF%252FU4p7FjadUfw%252FtWZmWf%252F9bLJT2x9P62gnNHqIS%252FAhZ4aMMNTH%252BNb9tdDpTNXLikMvExWAKtDkiBGENGArkIef%252FB33o526lxz%252FAlmue2sSuy&encrypt=0&l=San+Antonio%2C+TX&query_category_id=360000&t=simplyhired.com&jobkey-27567400913/" class="blue-link" target="_blank">COOK</a></p> <p class="similar-job-company">Zachry Group - <span class="text-muted">San Antonio, TX</span></p> <p class="text-muted similar-job-date"> 7 days ago </p> <p class="voffset4"> <strong>Apply to jobs on the go with Proven mobile</strong> </p> <div> <a href="/candidates/app" target="_blank" title="Download the iPhone App"> <img src="/css/images/App_Store_available.png" width="112" /> </a> <a href="/candidates/app/google" target="_blank" title="Download the Android App"> <img src="/css/images/google_play_badge.png" width="112" /> </a> </div> </div> </div> </div> </div> </div> </div> ', 'scripts_for_layout' => '<script type="text/javascript" src="/js/Views/Jobs/search_jobs.js?1619372465"></script>' ) $search_text = '' $search_location = '' $show_thank_you = (int) 0 $similar_jobs = array( (int) 0 => array( 'Employer' => array( 'company_name' => 'Fogo de Chao - San Antonio' ), 'UtZipcode' => array( 'city' => 'San Antonio', 'state_prefix' => 'TX' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=63e7274078cc73eceb595d9c1&ri=9961a4788fb34c9ab90dc2856ba8dfb4&job_loc=San+Antonio%2CTX&q=Line+Cook&spl=v1%253Apgs%252FufccW%252B5td7xW%253AMUgDUPw5A96EIT0Ivh0reg%253D%253D%253AGtJ2oHHeAF%252BhJlTj0KCSaVdKCxYbG5E22R%252BaY52abYUt%252FY6uVDDb4mugd9E8hY65l6N6gfuCqQX1YJjY%252F3vQE83fgoYm5dqxNpP5DTHyGYK9TeOfEgUe6fxSKwGtmD14PR8x&encrypt=0&l=San+Antonio%2C+TX&query_category_id=360000&t=simplyhired.com&jobkey-26832115412/', 'title' => 'Busser - $7.25-$10.00/hr - Full Time - Urgently Hiring', 'description' => 'As busser, you set the stage for service: setting & clearing tables, assisting servers and attending to customers' needs. You should be a team player and enjoy working at a fast pace. If you're not already, you'll become a multitasking pro. With experience and a great attitude, this role could lead to more opportunities, like becoming a server.', 'post_date' => '2023-06-09T14:16:03Z' ) ), (int) 1 => array( 'Employer' => array( 'company_name' => 'Red Lobster - La Cantera' ), 'UtZipcode' => array( 'city' => 'San Antonio', 'state_prefix' => 'TX' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=4f266e834f5c73ee274dc1af1&ri=9961a4788fb34c9ab90dc2856ba8dfb4&job_loc=San+Antonio%2CTX&q=Line+Cook&spl=v1%253AEpzYMYYIv2blqY5x%253AnLpEFy0GDdjP7TeySKJh0w%253D%253D%253AQO7Mr78rhkBhS3jomsUThyQFlbuaD86hFkF8osjHMwPuI1qTBgDr97KOS2xoJN63BARXz3V8DUA2a0%252Bmx%252FfeIeWPBcPrt6D697SqGsNy%252F5Dtn4FEm3jhPyjiE4Mn9g1oKzI%253D&encrypt=0&l=San+Antonio%2C+TX&query_category_id=360000&t=simplyhired.com&jobkey-21261324961/', 'title' => 'Red Lobster - La Cantera - Cook - Full Time and Part Time - Urgently Hiring', 'description' => 'As a cook, you'll set up your station and participate in prep. You should be passionate about putting out consistent, quality food and seeking opportunities to learn and grow in the kitchen. You should be able to follow recipes and take direction from the Chef or Sous Chef and also explore your creativity where appropriate. You welcome the fast, often hectic pace of the kitchen and are above all a team player.', 'post_date' => '2023-05-31T15:29:26Z' ) ), (int) 2 => array( 'Employer' => array( 'company_name' => 'Church's Texas Chicken' ), 'UtZipcode' => array( 'city' => 'San Antonio', 'state_prefix' => 'TX' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=64ae32b9b59c73ec9fc802001&ri=9961a4788fb34c9ab90dc2856ba8dfb4&job_loc=San+Antonio%2CTX&q=Line+Cook&spl=v1%253AGEqSoXn3NDmEV2F6%253AEZ7F9vT4SFZoOMZAkD8bkw%253D%253D%253ANwVLhuB1EBW3oybXb5BLn2eFe3hGXFGfK5VEest6d%252FAZP1oAD%252B%252Bk8WexItR4C%252F5teOOtD5C%252FSTtOCMY4pUMRw%252F%252BYIlUuePQlGrxvJgsJYR6U2Os5tKRW26AN91KA7z2aMRP7wN3Vu436sF%252B5&encrypt=0&l=San+Antonio%2C+TX&query_category_id=360000&t=simplyhired.com&jobkey-27040830544/', 'title' => 'Church's Texas Chicken - Cook', 'description' => 'As a cook, you'll set up your station and participate in prep. You should be passionate about putting out consistent, quality food and seeking opportunities to learn and grow in the kitchen. You should be able to follow recipes and take direction from the Chef or Sous Chef and also explore your creativity where appropriate. You welcome the fast, often hectic pace of the kitchen and are above all a team player.', 'post_date' => '2023-06-01T00:14:11Z' ) ), (int) 3 => array( 'Employer' => array( 'company_name' => 'Longhorn Steakhouse - La Cantera' ), 'UtZipcode' => array( 'city' => 'San Antonio', 'state_prefix' => 'TX' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=5bd6361586dc73ef684848c31&ri=9961a4788fb34c9ab90dc2856ba8dfb4&job_loc=San+Antonio%2CTX&q=Line+Cook&spl=v1%253AbbOkFd20ZCCWt7d3%253ACKtGsdCwujhvsRImz5N%252F1w%253D%253D%253AmvO8L4U5pHlbh1q4bt6t41xFDGuoQ9FkbEM5E5GpBnpfsTSoRYl16yGlCx%252BFmGCtEee8oCKkUWVwDMP2w4BqBSsQqhfJgsjYrtwd6b6J8Grx3Y9cZuQuESE%253D&encrypt=0&l=San+Antonio%2C+TX&query_category_id=360000&t=simplyhired.com&jobkey-24633313805/', 'title' => 'LongHorn Steakhouse - La Cantera - Line Cook', 'description' => 'As line cook, you are responsible for the preparation, presentation and execution of all items on the menu. The kitchen isn't the only thing that heats up in this fast paced environment, you'll be expected to maintain poise under pressure. You'll know your prep work like the back of your hand, and your closing duties won't even bother you.', 'post_date' => '2023-06-01T00:14:47Z' ) ), (int) 4 => array( 'Employer' => array( 'company_name' => 'Zachry Group' ), 'UtZipcode' => array( 'city' => 'San Antonio', 'state_prefix' => 'TX' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=66a41c70487c73ecbf6aee9f1&ri=9961a4788fb34c9ab90dc2856ba8dfb4&job_loc=San+Antonio%2CTX&q=Line+Cook&spl=v1%253AZ4y%252BWgDtOWhfaq7E%253AySuHqiDtWG1l6huY0cz%252Bxg%253D%253D%253Alo1n%252BOcmS17ZUyzqHpropdxUF%252FU4p7FjadUfw%252FtWZmWf%252F9bLJT2x9P62gnNHqIS%252FAhZ4aMMNTH%252BNb9tdDpTNXLikMvExWAKtDkiBGENGArkIef%252FB33o526lxz%252FAlmue2sSuy&encrypt=0&l=San+Antonio%2C+TX&query_category_id=360000&t=simplyhired.com&jobkey-27567400913/', 'title' => 'COOK', 'description' => 'Job Title<br><br>COOK<br><br>Requisition #<br><br>74509.33<br><br>Location<br><br>Zachry Group - Home Office - San Antonio, TX 78221 US (Primary)<br><br>Estimated Start Date<br><br>6/12/2023<br><br>Anticipated End Date<br><br>Category<br><br>Clerical/Administrative<br><br>Assignment Type<br><br>Corporate<br><br>Job Type<br><br>Contract<br><br>Shift Type<br><br>Day<br><br>Work Schedule<br><br>Monday - Friday (8hr shift between 5am-5pm)<br><br>Travel<br><br>Job Description<br><br><b>Crossing Caf Cook</b><br><br>Corporate Headquarters - San Antonio, TX<br><br>Zachry Group is currently accepting applications for a Cook at our Corporate Headquarters located in San Antonio, TX. The successful incumbent will work the front line, engage with customers and staff, and provide information as requested about nutritional content, ingredients, preparation techniques etc.<br><br><b>RESPONSIBILITIES</b><br><br><ul><li>Responsible for the setup, product requisition, food production, service, and cleaning of their assigned foodservice station and all duties associated with those stations outlined in station SOP. </li><li>Draft and review daily production sheets to plan your daily production based on the weekly and other specials to be served.</li><li>Measure, mix, portion and prepare items using the proper ingredients and techniques detailed in the standardized recipes or by management.</li><li>Comply with all health department Standards of Operation and procedures for food receiving, preparation, handling, and storage</li><li>Perform "other" job-related duties as assigned by the Caf Supervisor or management.</li><li>Assure all foodservice cooking and production equipment is shut off at the end of the shift, and that all refrigeration equipment is running while maintaining a safe temperature.</li><li>Clean and sanitize all foodservice equipment and production services on their assigned station at the end of the day.</li><li>Wrap, label, date, and properly store all food ingredients in accordance to safe food handling techniques, practices and guidelines.</li><li>Review upcoming menus to order and prepare for those service periods.</li><li>Limit any down time, accomplish assigned tasks as quickly and efficiently as possible without compromising quality<ul><li>Use any excess time to assist fellow cooks or clean kitchen.</li></ul></li><li>Provide outstanding customer service to internal and external customers.</li><li>Help receiving all food orders, and transfer those items to their proper storage location.<ul><li>Assure all food is stored properly based on kitchen SOPs and health department standards.</li></ul></li></ul><br><br><b>REQUIREMENTS</b><br><br><ul><li>1 year of professional cook experience in a corporate dining facility, private restaurant, or hotel operation.</li><li>Must have experience in and knowledge of methods and procedures relating to food preparation and presentation.</li><li>Ability to understand and apply oral and written instructions.</li><li>Work efficiently while prioritizing safe work practices. </li><li>ServSafe (or similar state recognized certification institution) Food Handlers Certification.</li></ul><br><br><b>PREFERRED QUALIFICATIONS</b><br><br><ul><li>Professional cook/chef experience (3 years in a kitchen, working all stations)</li><li>Ability to thrive in a team-working environment</li><li>Great interpersonal skills and Customer Service </li><li>Culinary Degree</li></ul><br><br><b>PHYSICAL DEMANDS</b><br><br>Employee will be required to communicate in person, via telephone, use of arm/hand steadiness, manual dexterity, finger dexterity, multi limb coordination, oral expression, and comprehension. May be required to lift, carry, and move objects up to 50 lbs. safely. Must be able to continuously stand, walk, stoop, reach, push, pull, and bend for long periods of time.<br><br> Always work indoors.<br><br> Often wear uniforms such as aprons or jackets.<br><br> Are often exposed to hazardous situations and conditions that produce cuts or minor burns.<br><br> Are often exposed to hot and cold temperatures, such as when working near ovens or retrieving food from freezers.<br><br> Sometimes wear protective and safety attire, such as gloves.<br><br> Work physically near others.<br><br> May work near contaminants and hazardous equipment.<br><br> Sometimes work in a noisy and distracting environment.<br><br><b>WORK ENVIRONMENT</b><br><br>Will work in a general kitchen environment. Capable of operating and functioning in a fast-paced work environment. Must possess a vision (corrected or uncorrected) that allows for clear visibility from a distance of 20 inches or less. <br><br>Workers must withstand the strain and pressure of working in close quarters, standing for hours at a time, lifting heavy kettles and pots and working with hot grills and ovens. Job hazards include falls and slips, cuts and burns, but injuries tend not to be serious. Work hours may include early mornings.<br><br><b>INTERPERSONAL RELATIONSHIPS</b><br><ul><li>Have a medium level of social contact. They work closely with kitchen staff, but also spend time alone cooking. Chefs and head cooks have the most interaction with kitchen staff.</li><li>Talk to others by telephone and in-person. May write letters, e-mail, and memos, but less frequently.</li><li>Usually work as part of a team.</li><li>May occasionally deal with people who are rude or unpleasant.</li><li>Are responsible for the safety of kitchen staff and the health of customers who eat their food.</li><li>Are responsible for work done by the kitchen workers they supervise.</li></ul><br><b>WORK PERFORMANCE</b><br><ul><li>Must be very exact in their work. Errors could cause safety hazards for themselves and other workers.</li><li>Repeat the same physical activities.</li><li>Must allow the pace of work be determined by the speed of equipment.</li><li>May make decisions that affect customers and their employer's reputation. Chefs have the most freedom to change a menu item, for example.</li><li>Usually determine their tasks and daily goals according to the day's events, usually set by a manager or head chef.</li><li>Work in a stressful environment where they must meet constant deadlines. Customers enjoy prompt service.</li></ul><br><br>The above description covers the fundamental responsibilities of the <b>Cook</b> position. It shall not be construed as a complete listing of all miscellaneous, incidental, or similar duties that may be required from day-to-day.<br><br>Zachry Group is dedicated in providing a Safe and Drug Free work environment; and is an Equal Opportunity Employer.<br><br>Job Requirements<br><br>Education<br><br>High School/GED<br><br>Certifications and/or Licenses Required<br><br>*None<br><br>Other Position or Site Requirements', 'post_date' => '2023-06-04T01:04:41Z' ) ) ) $title_for_layout = 'Line Cook at Brick House Tavern' $metatag_description = 'Line CookBrick House Tavern at Proven' $unique_name = 'brick-house-tavern-san-antonio-tx' $reference_number = '53728' $mobile_image = '' $display_company_title = 'Jobs at Brick House Tavern' $employer = array( 'EmployersJob' => array( 'id' => '44375', 'employer_id' => '30011', 'ats_url' => '', 'url' => '', 'title' => 'Line Cook', 'craigslist_city' => 'san antonio', 'craigslist_sub_city' => '', 'craigslist_sub_sub_city' => '', 'craigslist_state' => 'Texas', 'open' => '1', 'post_date' => '2018-10-22 01:38:52', 'duration' => 'full time', 'anonymous_post' => '0', 'compensation' => '', 'zip' => '78232', 'description' => '<p>Line Cooks needed for PM shifts. Experience preferred.</p> <p>We offer a great work environment and good pay.</p> <p>Please submit resume. </p>', 'unique_name' => '', 'created_date' => '2018-10-22 01:37:46' ), 'Employer' => array( 'lat' => '29.58449936', 'lon' => '-98.47540283', 'id' => '30011', 'company_name' => 'Brick House Tavern', 'company_logo' => '', 'simple_posting_process' => '1', 'user_id' => '705184', 'zipcode' => '78232', 'city' => 'San Antonio', 'street_address' => '', 'street_address2' => null, 'state' => 'TX' ), 'UtZipcode' => array( 'zipcode' => '78232', 'city' => 'San Antonio', 'state_prefix' => 'TX' ), (int) 0 => array( 'hasApplied' => false, 'is_favorite' => false ) ) $is_swinomish = false $is_hiring = (int) 1 $page = '' $success = (int) 0 $broadcast = (int) 0 $external_job_board = '' $is_worker = false $isMobile = false $isWorker = false $isSales = false $isEducator = false $adminLoggedIn = false $isEmployer = false $loggedIn = false $isFacebookAppUser = false $campaign = 'NONE' $content_for_layout = ' <script type="text/javascript"> var autocomplete = false; var sortOrder = "relevance"; </script> <meta property="og:title" content="Line Cook"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.proven.com/jobs/view/44375?ref=53728"/> <meta property="og:image" content="/css/images/proven_logo.png"/> <meta property="og:site_name" content="Proven"/> <meta property="og:description" content="Line Cooks needed for PM shifts. Experience preferred. We offer a great work environment and good pay. Please submit resume. "/> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "JobPosting", "url": "https://www.proven.com/jobs/view/44375?ref=53728", "title": "Line Cook", "description": "<p>Line Cooks needed for PM shifts. Experience preferred.</p> <p>We offer a great work environment and good pay.</p> <p>Please submit resume. </p>", "datePosted": "2018-10-22T01:38:52+00:00", "hiringOrganization": { "@type": "Organization", "name": "Brick House Tavern", "sameAs": "https://www.proven.com/employers/publicPage/30011" }, "identifier": { "@type": "PropertyValue", "name": "Brick House Tavern", "value": "30011" }, "jobLocation": { "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "San Antonio", "addressRegion": "TX" } } } </script> <script type="text/javascript"> $(document).ready(function() { $("#phone_number").mask(PHONE_NUMBER_FORMAT); $("#demo-submit-btn").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#requestDemoForm").submit(); }); $("#requestDemoForm").validate({ submitHandler: function() { $("#demo-submit-btn").button("loading"); $('#requestDemoForm').ajaxSubmit(successfulDemoMessage); }, wrapper: "p", messages: { "data[Employer][unique_identifier]": { required: '' } } }); $(document).on("click", ".join_proven", function(e) { e.preventDefault(); var employer_id = $(this).attr("employer_id"); var job_id = $(this).attr("job_id"); showJoinLoginDialog(employer_id, job_id); }); $.getJSON("/jobs_ajax/recordJobView/44375"); $('#employer-edit').affix({ offset: { top: $('.navbar').height() } }); $('#employer-edit').on('affix.bs.affix', function () { var navHeight = $('.navbar').outerHeight(true); $('#employer-edit + .container-fluid').css('margin-top', navHeight); }); $('#employer-edit').on('affix-top.bs.affix', function () { $('#employer-edit + .container').css('margin-top', 0); }); }); function successfulDemoMessage(responseObject) { if(responseObject.result == FAILURE) { $("#proven-demo-form").modal("hide"); $("#demo-submit-btn2").button("reset"); $("#demo-submit-btn").button("reset"); bootbox.alert(responseObject.message); } else { if(window.location.href.indexOf("?") > 0) { window.location.href = window.location.href + "&success=1"; } else { window.location.href = window.location.href + "?success=1"; } } } </script> <style> #employer-edit.affix { position: fixed; top: 0; width: 100%; z-index:10; } </style> <div id="join_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="join_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="login_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="login_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="loginModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="loginModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="submissionModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="submissionModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="proven-view-job"> <span class="hide" id="jobid">44375</span> <span class="hide" id="referencenumber">53728</span> <div class="container"> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div id="proven-candidate-home-page" class="hidden-xs" style="background: #fff;"> <div class="search-jobs" style="padding-top: 0px;"> <div class="row"> <div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1"> <div class="row search-row"> <div class="col-sm-5 search-field"> <input type="text" name="data[Search][search_text]" value="" id="search_text" placeholder="Job Title, Keywords, or Company" /> </div> <div class="col-sm-5 search-field"> <input type="text" value="" id="search-location" placeholder="City, State or Zip" /> </div> <div class="col-sm-2 search-field" style="height:50px;"> <a href="#" id="search-btn" class="btn btn-default" role="button" style="width:100%;">SEARCH</a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div class="panel panel-default voffset3"> <div class="panel-body"> <div class="job-post-details"> <div class="row"> <div class="col-xs-3 col-sm-2"> <div class="company-logo"> <img src="/css/images/proven_logo.png" width="90" border="0" class="img-responsive center-block" /> </div> </div> <div class="col-xs-9 col-sm-10"> <h1>Line Cook</h1> <p class="small-bottom-border"> Brick House Tavern </p> <div class="date-location">Oct 21, 2018 - San Antonio</div> <div class="voffset1"> <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=seanfalconer"></script> </div> </div> </div> <hr /> <div class="row"> <div class="apply-form-link col-xs-12 col-sm-8 col-md-7 col-lg-8"> Apply via email:<br/><a class="red-link" href="mailto:jobs+44375-w@hireproven.com">jobs+44375-w@hireproven.com</a> </div> <div class="col-xs-12 col-sm-4 col-md-5 col-lg-4"> <script type="text/javascript"> var currentLink = null; var maskOn = false; function resizeTitleContainer() { var height = $("#job-title.job-post-container").height() + $(".apply-widget").height(); $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); } $(document).ready(function() { $("#apply-form-location").append($(".apply-widget")); var height = $("#job-title.job-post-container .inner").height() + 20; $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); $("#show-apply-form").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#show-apply-form").hide(); $(".apply-form-link").hide(); // resizeTitleContainer(); $(".apply-widget").slideToggle(400); }); $("#cover-letter-link").click(function(e) { e.preventDefault(); $("#cover-letter-link").hide(); $("#cover-letter-container").show(); $("#coverletter").focus(); }); $(document).keypress(function (eh){ $("#errorsBox").hide(); }); $("#login-link").click(function(e) { e.preventDefault(); $("#join_popup").modal("hide"); $("#login_popup #modalContent").html(""); $.ajax({ type: "POST", url: "/users_ajax/loginDialog/employer_id:30011/job_id:44375", success: function(html){ // update the hidden div layer to contain the form information $("#login_popup #modalContent").html(html); $("#login_popup").modal("show"); } }); }); $.validator.addMethod('tosChecked', function(value, element) { if(!$('#tos:checkbox').is(':checked')) { $('.toswrapper').css("border", "3px solid #CC0033"); return false; } else { $('.toswrapper').css("border", "3px solid #f5f5f5"); return true; } }); $("#submit-btn").click(function(e) { e.preventDefault(); $("#buildProfileForm").submit(); }); $("#buildProfileForm").validate({ submitHandler: function() { $("#submit-btn").button("loading"); $('#buildProfileForm').ajaxSubmit(processResumeInfo); }, rules: { "data[Worker][agreed_to_terms]": { tosChecked: true } }, messages: { "data[Worker][fname]": { required: '' }, "data[Worker][lname]": { required: '' }, "data[Worker][unique_identifier]": { required: '' }, "data[Worker][agreed_to_terms]": { tosChecked: '' } } }); $("#user_identifier").focus(); }); function processResumeInfo(responseObject) { var message; var showDebug = false if (showDebug) { console.log(responseObject); } responseObject = eval('(' + responseObject + ')'); if(responseObject.result == FAILURE) { $("#deleteMe").parent().css("width", "80px"); $("#submit-btn").button("reset"); if (!responseObject.message) { message = "There was a problem saving your application."; } else { message = responseObject.message; } bootbox.alert(message); } else { window.location.href = "/workers/activate?jid=44375"; } } </script> <div> <a href="#" id="show-apply-form" class="light-green-btn" role="button" title="Apply Now" style="width:100%;">APPLY NOW</a> <div class="clearfix"></div> </div> <div class="apply-widget" style="display: none;"> <h3>To apply, please fill in the information below</h3> <div class="existing-account">Already have an account? <a href="/pages/login" id="login-link" class="blue-link" title="Log In Now">Log In Now</a></div> <div class="form-body apply-form"> <form action="/workers_ajax/createAccountFromResume/30011/44375" class="errorsRight" id="buildProfileForm" enctype="multipart/form-data" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group row"> <div class="col-sm-12"> <h4>Contact Information:</h4> </div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][fname]" id="fname" placeholder="First Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][lname]" id="lname" placeholder="Last Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <div class="input text"><input name="data[Worker][unique_identifier]" placeholder="email@example.com" class="required long" id="unique_identifier" type="text"/></div> </div> <div class="clearfix"></div> </div> <div class="form-group"> <h4>Resume:</h4> <div class="input file"><input type="file" name="data[Worker][resume_file]" id="resume_file" size="14"/></div> </div> <div class="form-group"> <h4>Cover Letter:</h4> <div class="input textarea"><textarea name="data[EmployersJobsRankingsLetter][coverletter]" id="coverletter" class="required" placeholder="Why are you interested in this position? Answer any specific questions included in the job advertisement." cols="30" rows="6"></textarea></div> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-7"> <div class="checkbox"> <label> <input type="checkbox" checked id="tos" name="data[Worker][agreed_to_terms]" tabindex="70" /> <div class="gray-text"> I agree to the <a title="Terms of Service" target="_new" href="/pages/termsWorkers">Terms of Service</a><br /><span class="tos-date">(Updated 2012-11-06)</span> </div> </label> </div> </div> <div class="col-xs-12 col-sm-6 col-md-5"> <div class="apply-button"> <a href="#" id="submit-btn" data-loading-text="Uploading..." class="light-green-btn" role="button" title="Submit Application" style="width:100%;">SUBMIT APPLICATION</a> </div> </div> </div> </form> </div> </div> </div> </div> <div id="apply-form-location"> </div> <hr /> </div> <div class="job-post-details"> <div id="job-description"> <p>Line Cooks needed for PM shifts. Experience preferred.</p> <p>We offer a great work environment and good pay.</p> <p>Please submit resume. </p> </div> </div> <p class="voffset4"><strong>Other jobs you may like</strong></p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=63e7274078cc73eceb595d9c1&ri=9961a4788fb34c9ab90dc2856ba8dfb4&job_loc=San+Antonio%2CTX&q=Line+Cook&spl=v1%253Apgs%252FufccW%252B5td7xW%253AMUgDUPw5A96EIT0Ivh0reg%253D%253D%253AGtJ2oHHeAF%252BhJlTj0KCSaVdKCxYbG5E22R%252BaY52abYUt%252FY6uVDDb4mugd9E8hY65l6N6gfuCqQX1YJjY%252F3vQE83fgoYm5dqxNpP5DTHyGYK9TeOfEgUe6fxSKwGtmD14PR8x&encrypt=0&l=San+Antonio%2C+TX&query_category_id=360000&t=simplyhired.com&jobkey-26832115412/" class="blue-link" target="_blank">Busser - $7.25-$10.00/hr - Full Time - Urgently Hiring</a></p> <p class="similar-job-company">Fogo de Chao - San Antonio - <span class="text-muted">San Antonio, TX</span></p> <p class="text-muted similar-job-date"> Yesterday </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=4f266e834f5c73ee274dc1af1&ri=9961a4788fb34c9ab90dc2856ba8dfb4&job_loc=San+Antonio%2CTX&q=Line+Cook&spl=v1%253AEpzYMYYIv2blqY5x%253AnLpEFy0GDdjP7TeySKJh0w%253D%253D%253AQO7Mr78rhkBhS3jomsUThyQFlbuaD86hFkF8osjHMwPuI1qTBgDr97KOS2xoJN63BARXz3V8DUA2a0%252Bmx%252FfeIeWPBcPrt6D697SqGsNy%252F5Dtn4FEm3jhPyjiE4Mn9g1oKzI%253D&encrypt=0&l=San+Antonio%2C+TX&query_category_id=360000&t=simplyhired.com&jobkey-21261324961/" class="blue-link" target="_blank">Red Lobster - La Cantera - Cook - Full Time and Part Time - Urgently Hiring</a></p> <p class="similar-job-company">Red Lobster - La Cantera - <span class="text-muted">San Antonio, TX</span></p> <p class="text-muted similar-job-date"> 1 week ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=64ae32b9b59c73ec9fc802001&ri=9961a4788fb34c9ab90dc2856ba8dfb4&job_loc=San+Antonio%2CTX&q=Line+Cook&spl=v1%253AGEqSoXn3NDmEV2F6%253AEZ7F9vT4SFZoOMZAkD8bkw%253D%253D%253ANwVLhuB1EBW3oybXb5BLn2eFe3hGXFGfK5VEest6d%252FAZP1oAD%252B%252Bk8WexItR4C%252F5teOOtD5C%252FSTtOCMY4pUMRw%252F%252BYIlUuePQlGrxvJgsJYR6U2Os5tKRW26AN91KA7z2aMRP7wN3Vu436sF%252B5&encrypt=0&l=San+Antonio%2C+TX&query_category_id=360000&t=simplyhired.com&jobkey-27040830544/" class="blue-link" target="_blank">Church's Texas Chicken - Cook</a></p> <p class="similar-job-company">Church's Texas Chicken - <span class="text-muted">San Antonio, TX</span></p> <p class="text-muted similar-job-date"> 1 week ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=5bd6361586dc73ef684848c31&ri=9961a4788fb34c9ab90dc2856ba8dfb4&job_loc=San+Antonio%2CTX&q=Line+Cook&spl=v1%253AbbOkFd20ZCCWt7d3%253ACKtGsdCwujhvsRImz5N%252F1w%253D%253D%253AmvO8L4U5pHlbh1q4bt6t41xFDGuoQ9FkbEM5E5GpBnpfsTSoRYl16yGlCx%252BFmGCtEee8oCKkUWVwDMP2w4BqBSsQqhfJgsjYrtwd6b6J8Grx3Y9cZuQuESE%253D&encrypt=0&l=San+Antonio%2C+TX&query_category_id=360000&t=simplyhired.com&jobkey-24633313805/" class="blue-link" target="_blank">LongHorn Steakhouse - La Cantera - Line Cook</a></p> <p class="similar-job-company">Longhorn Steakhouse - La Cantera - <span class="text-muted">San Antonio, TX</span></p> <p class="text-muted similar-job-date"> 1 week ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=66a41c70487c73ecbf6aee9f1&ri=9961a4788fb34c9ab90dc2856ba8dfb4&job_loc=San+Antonio%2CTX&q=Line+Cook&spl=v1%253AZ4y%252BWgDtOWhfaq7E%253AySuHqiDtWG1l6huY0cz%252Bxg%253D%253D%253Alo1n%252BOcmS17ZUyzqHpropdxUF%252FU4p7FjadUfw%252FtWZmWf%252F9bLJT2x9P62gnNHqIS%252FAhZ4aMMNTH%252BNb9tdDpTNXLikMvExWAKtDkiBGENGArkIef%252FB33o526lxz%252FAlmue2sSuy&encrypt=0&l=San+Antonio%2C+TX&query_category_id=360000&t=simplyhired.com&jobkey-27567400913/" class="blue-link" target="_blank">COOK</a></p> <p class="similar-job-company">Zachry Group - <span class="text-muted">San Antonio, TX</span></p> <p class="text-muted similar-job-date"> 7 days ago </p> <p class="voffset4"> <strong>Apply to jobs on the go with Proven mobile</strong> </p> <div> <a href="/candidates/app" target="_blank" title="Download the iPhone App"> <img src="/css/images/App_Store_available.png" width="112" /> </a> <a href="/candidates/app/google" target="_blank" title="Download the Android App"> <img src="/css/images/google_play_badge.png" width="112" /> </a> </div> </div> </div> </div> </div> </div> </div> ' $scripts_for_layout = '<script type="text/javascript" src="/js/Views/Jobs/search_jobs.js?1619372465"></script>' $no_title_bar = false $no_bottom_bar = false $no_index = false
filemtime - [internal], line ?? include - APP/View/Layouts/responsive.ctp, line 69 View::_evaluate() - CORE/Cake/View/View.php, line 961 View::_render() - CORE/Cake/View/View.php, line 923 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 960 JobsController::view() - APP/Controller/JobsController.php, line 1338 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 118
Line Cooks needed for PM shifts. Experience preferred.
We offer a great work environment and good pay.
Please submit resume.
Other jobs you may like
Busser - $7.25-$10.00/hr - Full Time - Urgently Hiring
Fogo de Chao - San Antonio - San Antonio, TX
Yesterday
Red Lobster - La Cantera - Cook - Full Time and Part Time - Urgently Hiring
Red Lobster - La Cantera - San Antonio, TX
1 week ago
Church's Texas Chicken - San Antonio, TX
1 week ago
LongHorn Steakhouse - La Cantera - Line Cook
Longhorn Steakhouse - La Cantera - San Antonio, TX
1 week ago
Zachry Group - San Antonio, TX
7 days ago
Apply to jobs on the go with Proven mobile
Nr | Query | Error | Affected | Num. rows | Took (ms) |
---|---|---|---|---|---|
1 | SELECT `EmployersJob`.`id`, `EmployersJob`.`employer_id`, `EmployersJob`.`ats_url`, `EmployersJob`.`url`, `EmployersJob`.`title`, `EmployersJob`.`craigslist_city`, `EmployersJob`.`craigslist_sub_city`, `EmployersJob`.`craigslist_sub_sub_city`, `EmployersJob`.`craigslist_state`, `EmployersJob`.`open`, `EmployersJob`.`post_date`, `EmployersJob`.`duration`, `EmployersJob`.`anonymous_post`, `EmployersJob`.`compensation`, `EmployersJob`.`zip`, `EmployersJob`.`description`, `EmployersJob`.`unique_name`, `EmployersJob`.`created_date`, `Employer`.`lat`, `Employer`.`lon`, `Employer`.`id`, `Employer`.`company_name`, `Employer`.`company_logo`, `Employer`.`simple_posting_process`, `Employer`.`user_id`, `Employer`.`zipcode`, `Employer`.`city`, `Employer`.`street_address`, `Employer`.`street_address2`, `Employer`.`state`, `UtZipcode`.`zipcode`, `UtZipcode`.`city`, `UtZipcode`.`state_prefix` FROM `proven_production`.`employers_jobs` AS `EmployersJob` LEFT JOIN `proven_production`.`ut_zipcodes` AS `UtZipcode` ON (`EmployersJob`.`zip` = `UtZipcode`.`zipcode`) LEFT JOIN `proven_production`.`employers` AS `Employer` ON (`EmployersJob`.`employer_id` = `Employer`.`id`) WHERE `EmployersJob`.`id` = 44375 LIMIT 1 | 1 | 1 | 1 | |
2 | SELECT COUNT(*) AS `count` FROM `proven_production`.`employers_jobs` AS `EmployersJob` LEFT JOIN `proven_production`.`ut_zipcodes` AS `UtZipcode` ON (`EmployersJob`.`zip` = `UtZipcode`.`zipcode`) WHERE `EmployersJob`.`employer_id` = 30011 AND `EmployersJob`.`open` = 1 | 1 | 1 | 1 | |
3 | SELECT `User`.`unique_name`, `User`.`email_validated` FROM `proven_production`.`users` AS `User` LEFT JOIN `proven_production`.`workers` AS `Worker` ON (`Worker`.`user_id` = `User`.`id` AND `User`.`is_worker` = 1) WHERE `User`.`id` = 705184 AND `User`.`active` = 1 LIMIT 1 | 1 | 1 | 1 | |
4 | SELECT `EmployerMobileImage`.`file_name` FROM `proven_production`.`employer_mobile_images` AS `EmployerMobileImage` WHERE `EmployerMobileImage`.`employer_id` = 30011 LIMIT 1 | 0 | 0 | 0 | |
5 | SELECT `User`.`unique_name`, `User`.`email_validated` FROM `proven_production`.`users` AS `User` LEFT JOIN `proven_production`.`workers` AS `Worker` ON (`Worker`.`user_id` = `User`.`id` AND `User`.`is_worker` = 1) WHERE `User`.`id` = 705184 AND `User`.`active` = 1 LIMIT 1 | 1 | 1 | 0 | |
6 | SELECT `BillingTransaction`.`id` FROM `proven_production`.`billing_transactions` AS `BillingTransaction` WHERE `BillingTransaction`.`employers_job_id` = 44375 ORDER BY `BillingTransaction`.`created_date` desc LIMIT 1 | 1 | 1 | 0 | |
7 | SELECT `EmployersJob`.`title`, `EmployersJob`.`description`, `UtZipcode`.`city`, `UtZipcode`.`state_prefix`, `EmployersJob`.`zip` FROM `proven_production`.`employers_jobs` AS `EmployersJob` LEFT JOIN `proven_production`.`ut_zipcodes` AS `UtZipcode` ON (`EmployersJob`.`zip` = `UtZipcode`.`zipcode`) WHERE `EmployersJob`.`id` = 44375 LIMIT 1 | 1 | 1 | 1 |