@extends('backend.master') @section('content')
Edit: {{ $pm->name }}
@csrf @method('PUT') @if ($errors->any())
    @foreach ($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif {{-- Basics --}}
Basics
{{-- Limits & Status --}}
Limits & Status
{{-- Branding --}}
Branding
@if($pm->logo) current @else preview @endif
{{-- Meta --}}
Meta (JSON)
Back
@endsection