42 lines
1.1 KiB
PHP
42 lines
1.1 KiB
PHP
<section class="title-section">
|
|
|
|
<div class="container">
|
|
|
|
<!-- crumbs -->
|
|
<div class="row crumbs">
|
|
<div class="col-md-12">
|
|
<a href="{{ url('') }}">หน้าแรก</a> @if($detail) / <a href="{{ url('find-job') }}"> {{ $title }} </a>
|
|
/ {{ $detail }} @else / {{ $title }} @endif
|
|
</div>
|
|
</div>
|
|
<!-- End crumbs -->
|
|
|
|
<!-- Title -->
|
|
<div class="row crumbs">
|
|
<div class="col-md-12">
|
|
<h1> {{ $title }} </h1>
|
|
</div>
|
|
</div>
|
|
<!-- End Title -->
|
|
|
|
<!-- Back Button -->
|
|
<div class="row crumbs">
|
|
<div class="col-md-12">
|
|
<div class="back-button">
|
|
<h4>
|
|
<a href="{{ $link }}">
|
|
<i class="fa fa-angle-left"></i>
|
|
กลับ
|
|
</a>
|
|
</h4>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- End Back Button -->
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|