<x-layout>
<x-slot:heading>
Job
</x-slot:heading>
<h2 class="font-bold txt-lg">{{ $job['title'] ?? 'No title available' }}</h2>
<p>
This job pays {{ $job['salary'] ?? 'N/A' }} per year
</p>
<p>
    <a href="/jobs/{{$job->id}}/edit">Edit</a>
</a>
</x-layout>