@extends('layouts.master_admin') @section('title') Editar suscripción @endsection @section('css') @endsection @section('content')

Editar plan {{$plan->name}}

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @include('partials.success')
@csrf

General

@endsection @section('js') @endsection