@extends('layouts.dashboard') @section('title', 'Bônus') @section('title-dashboard') Bônus @endsection @section('pg-home') @endsection @section('content') @parent
Bônus
{!! Form::open(['route' => 'bonusCadastrargo', 'class' => 'horizontal-form', 'files' => true]) !!}
@include ('bonus.form')
{!! Form::close() !!}
@endsection