@extends('dashboard.base') @section('content')

Global Option

@if ($errors->any()) @endif @if(Session::has('message')) @endif
@csrf @method('PUT')
Total Seats
Seat Price
@endsection @section('javascript') @endsection