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