@extends('layouts.admin') @section('content')

Edit Plan

Back
@csrf @method('PUT') @include('admin.plans._form', ['plan' => $plan])
@endsection