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

Redeem Movie ticket today

Experience block buster movies in cinemas near you with Sigma Prime.

@if(!empty($cinemas)) {{-- --}} @foreach($cinemas as $index => $category)

NOW SHOWING

{{(ucwords($category->name))}}, {{(ucwords($category->location))}}, {{(ucwords($category->state))}}

{{--
@endforeach @else

No Cinemas Available

@endif
@endsection @push('style') @endpush @push('script') @endpush