@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Benefits
@foreach ($benefit as $benefit) @endforeach
Sl # Benefit Type Description Actions
{{ $loop->iteration }} {{ $benefit->benefit_type }} {{ $benefit->description }}
@csrf @method('DELETE')
@endsection @push('custom_css') @endpush @push('custom_js') @endpush