@extends('backend.layouts.app') @section('title', __('labels.backend.bundles.title').' | '.app_name()) @section('content') {!! Form::model($bundle, ['method' => 'PUT', 'route' => ['admin.bundles.update', $bundle->id], 'files' => true,]) !!}
{{ $errors->first('start_date') }}
@endif