@extends('admin.layout') @php $default = App\Models\Language::where('is_default', 1)->firstOrFail(); @endphp @section('content') @php $type = request()->input('type'); @endphp
{{__('Add Popup')}} ({{__('Type')}} - {{$type}})
@endsection