@extends('layouts.admin') @section('heading', 'Age Types') @section('subheading', 'Define your shop\'s own age brackets for pricing (e.g. Adult, Teen, Child, Infant).') @section('content') @include('partials.master-tabs') @if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif

Add a new age type

@csrf
@forelse($ageTypes as $type) @csrf @method('PUT') @empty @endforelse
Name Tamil Actions
@csrf @method('DELETE')
No age types yet. Add your first one above.
@endsection