@extends('admin.layouts.contentLayoutMaster') @section('title', $title) @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
View All

@foreach ($locations as $location)
{{ $location->name }}
@endforeach
View All

@foreach ($ticketTypeEnums as $key => $ticketType)
{{ $ticketType["name"] }}
@endforeach
@endsection @section('vendor-script') @endsection @section('page-script') @endsection