@extends('admin.master') @section('content')

Edit CTA Section

Update CTA section information

@csrf @method('PUT')
@error('title')

{{ $message }}

@enderror
@error('subtitle')

{{ $message }}

@enderror
is_active) ? 'checked' : '' }} class="h-4 w-4 text-black border-gray-300 rounded">
Back
@endsection