@extends('layouts.app', ['title' => __('Plan')]) @section('content')

{{ __('Plans Management') }}

{{ __('Plan information') }}
@if (session('status')) @endif
@csrf @include('plans.form')
@include('layouts.footers.auth') @endsection