@extends('master') @section('style') @endsection @section('content') @include('pages.partials.panel', ['title' => 'Configurar Beneficios', 'subTitle' => 'Home / Configurar Beneficios'])

Beneficios

{{ csrf_field() }}
@if(!empty(Session::get(config('app.admin_user'))['user']['profile_id']) and Session::get(config('app.admin_user'))['user']['profile_id'] != 3)

@endif

pole)) checked @endif>

book)) checked @endif>

opcion)) checked @endif>



















@endsection @section('footer') @include('partials.footer') @endsection @section('scripts') @if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @endsection