@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.banner.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('title')) {{ $errors->first('title') }} @endif {{ trans('cruds.banner.fields.title_helper') }}
@if($errors->has('banner')) {{ $errors->first('banner') }} @endif {{ trans('cruds.banner.fields.banner_helper') }}
@if($errors->has('status')) {{ $errors->first('status') }} @endif {{ trans('cruds.banner.fields.status_helper') }}
@endsection @section('scripts') @endsection