initial commit
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user