@section('title') Career Positions @endsection @section('breadcrumbs') {{ Breadcrumbs::render('careers.positions.index') }} @endsection
@forelse ($positions as $position) @empty @endforelse
Name Status Created At Actions
{{ $position->name }} {{ $position->status }} {{ $position->created_at?->format('Y-m-d H:i') }} Actions
No positions found.
@push('scripts') @endpush