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

Manage Seats for {{ $package->title }}

@csrf @for($i=1; $i<=40; $i++) @endfor
Seat NoStatusPrice
@endsection