@extends('layout') @section('extra_css') @endsection @section('extra_js') @endsection @section('decent_scripts') @endsection @section('actions')
Add Compensation & Benefit
{!! csrf_field() !!}
@endsection @section('content')
Compensation Control
@foreach(\App\Compensation::all() as $item) @endforeach
Name Default Details
{{ $item->name }} {{ $item->default_value }} {{ $item->details }}
{!! csrf_field() !!}
@endsection