@extends('admin.layouts.app') @section('title') Edit Plan @endsection @section('css') @endsection @section('contents')

Add Plan

Back

View/Edit Plan

@if(!$errors->isEmpty())
    @foreach($errors->all() as $err)
  • {{ $err }}
  • @endforeach
@endif @if(Session::has('message'))
{{ Session::get('message') }}
@endif
@csrf
@endsection @section('js') @endsection