@extends('layouts.admin') @section('title', $popup->exists ? 'Edit Popup' : 'New Popup') @section('content')

{{ $popup->exists ? 'Edit' : 'New' }} Popup

@csrf @if($popup->exists) @method('PUT') @endif
@endsection