@extends('layout.backend.main'); @section('page_content')
@forelse ($positions as $position) @empty @endforelse
Id Position Name Department Name Status Salary Description Action
{{ $position->id }} {{ $position->name }} {{ $position->department_id }} {{ $position->statuses_id }} {{ $position->salary }} {{ $position->description }}
id}")}}"> id/edit")}}"> id")}}"> Yes, Delete> {{--
@csrf @method('delete')
--}}
{!! $positions->links('pagination::bootstrap-5') !!}
@endsection