@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.broadcast.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('image'))
{{ $errors->first('image') }}
@endif {{ trans('cruds.broadcast.fields.image_helper') }}
@if($errors->has('image_url'))
{{ $errors->first('image_url') }}
@endif {{ trans('cruds.broadcast.fields.image_url_helper') }}
@if($errors->has('content'))
{{ $errors->first('content') }}
@endif {{ trans('cruds.broadcast.fields.content_helper') }}
@if($errors->has('target'))
{{ $errors->first('target') }}
@endif {{ trans('cruds.broadcast.fields.target_helper') }}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif {{ trans('cruds.broadcast.fields.status_helper') }}
@if($errors->has('count'))
{{ $errors->first('count') }}
@endif {{ trans('cruds.broadcast.fields.count_helper') }}
@if($errors->has('start_datetime'))
{{ $errors->first('start_datetime') }}
@endif {{ trans('cruds.broadcast.fields.start_datetime_helper') }}
@endsection @section('scripts') @endsection