@extends('layouts.main') @section('title') Popup: Edit @endsection @section('content')
@csrf @method('PUT') @include('popup.partials.form')
 Cancel
@endsection