@extends('layouts.main') @section('content')
@foreach($cinemas as $index => $category)

{{(strtolower($category->name))}}

Location: {{(strtolower($category->location))}}
State: {{(strtolower($category->state))}}
View Movies
@endforeach
@endsection @push('style') @endpush