@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {!! $variables['judul'] !!} @csrf Judul Banner @if($errors->has('title')) {{ $errors->first('title') }} @endif Urutan Tampil {{ old('description', $banner->description ?? '') }} Deskripsi URL Link (opsional) @if($errors->has('link_url')) {{ $errors->first('link_url') }} @endif is_active ?? true) ? 'checked' : '' }}> Aktif Gambar Banner Format: jpeg, png, jpg, gif, webp. Maks 2MB. @if($errors->has('image')) {{ $errors->first('image') }} @endif @if($banner->exists && $banner->image_path) Gambar Saat Ini @endif Simpan Kembali @endsection @push('scripts') @endpush