15 lines
232 B
PHP
15 lines
232 B
PHP
@extends('layout.base')
|
|
|
|
@section('page_title')
|
|
Jobs
|
|
@hasSection('jobs_title')
|
|
-
|
|
@yield('jobs_title')
|
|
@endif
|
|
@endsection
|
|
|
|
@section('page_content')
|
|
<h1>Jobs</h1>
|
|
@yield('jobs_content')
|
|
@endsection
|