@extends('backend.layouts.app') @section('title', $title) @section('content')
@csrf @method('PUT')
@error('delay') {{ $message }} @enderror
@foreach (Helper::getLangs() as $key => $lang)
Entry popup {{ $lang }}
@endforeach
@endsection @section('script') @endsection