@extends('account::layouts.account') @section('title','Create job') @section('content') You only have {{ $company->job_post_limit }} available jobs to post. @include('account::job.inc.form',['action' => route('account.jobs.store'),'method' => 'post' ]) @endsection