COM431_serverside_development/resources/views/jobs/show.blade.php
2025-03-18 12:16:06 +00:00

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>