@extends('layouts.app')
@section('title','Gallery — Rukay\'s Hairdo & Beauty')
@section('content')
Our Gallery
Explore the artistry and elegance created at Rukay's.
@foreach($categories as $cat)@endforeach
@foreach($images as $img)
{{ $img->caption }}
@endforeach
@push('scripts')
@endpush
@endsection