@extends('user::layouts.backend-master') @section('breadcrumb_title', 'Cookie content') @section('content')

Cookie content

Back
@csrf
@error('cookie_message')
{{ $message }}
@enderror
@error('cookie_status')
{{ $message }}
@enderror
Back
@endsection