@extends('Frontend.Layouts.modal') @section('title') {{ trans('global.edit') }} @stop @section('body') {!!Form::open(['route' => ['admin.device_expenses_types.update', 'id' => $type->id], 'method' => 'PUT'])!!}