9 lines
165 B
PHP
9 lines
165 B
PHP
<x-layout>
|
|
<x-slot:heading>
|
|
Job
|
|
</x-slot:heading>
|
|
<h2 class="font-bold txt-lg">{{$job['title']}}</h2>
|
|
<p>
|
|
This job pays {{$job['salary']}} per year
|
|
</p>
|
|
</x-layout>
|