@extends('admin.layouts.app') @section('title', 'CTA Banner') @section('content')
@csrf @method('PUT')
@include('admin.partials.image-field', ['name' => 'background_image', 'label' => 'Background Image', 'current' => $cta->background_image])
@endsection