@extends('web.layout') @section('title', 'Karir Detail') @section('content')
image}") }}" alt="Loker" class="rounded-4 w-100">

{{ $karir->title }}

{{ $karir->description }}
{{ $karir->location }} {{ $karir->created_at->format('d F Y') }}
{!! $karir->content !!}
@endsection