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