@extends('layouts.admin') @section('title','Editar Cargo') @section('styles') @endsection @section('options') @endsection @section('preference') @endsection @section('content')
{!! Form::model($cargo,['route'=>['cargos.update',$cargo], 'method'=>'PUT','files' => true]) !!}
Cancelar {!! Form::close() !!}
{{-- --}}
@endsection @section('scripts') {!! Html::script('melody/js/dropify.js') !!} @endsection