@extends('backend.layouts.app') @section('title', __('labels.backend.reasons.title').' | '.app_name()) @push('after-styles') @endpush @section('content') {!! Form::model($reason, ['method' => 'PUT', 'route' => ['admin.reasons.update', $reason->id], 'files' => true,]) !!}