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

{{ __('Cookie Alert') }}

{{ __('Update Cookie Text') }}

@csrf
@if ($errors->has('cookie_alert_text'))

{{ $errors->first('cookie_alert_text') }}

@endif
@endsection