@extends('layouts.app') @section('title', __('Cookie banner')) @section('page-title', __('Cookie banner')) @section('page-subtitle', __('Configure the consent banner shown to first-time visitors.')) @section('content') @include('super-admin._nav')
@csrf
@foreach($locales as $loc) @endforeach
@foreach($locales as $loc)
@endforeach
@endsection