@extends('layouts.app') @section('title') Create Popup @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @include('popup.partials.form')
@endsection