@extends('admin.layout') @section('content') @php $type = $popup->type; @endphp
{{__('Add Popup')}} ({{__('Type')}} - {{$type}})
@endsection