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

Create Tier

Back to Tiers
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Basic Information
Leave empty to auto-generate from title
SEO Information
Publishing Options
Featured Image
Banner Image
Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush