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