@extends('frontend.layouts.partials.app')
@section('title', 'Home')
@section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.')
@section('content')
@foreach ($galleries as $i => $img)
@endforeach
{{-- ================= LIGHTBOX ================= --}}
{{-- Top bar --}}
{{-- Image container --}}
{{-- Prev --}}
{{-- IMAGE --}}
![]()
{{-- Next --}}
@endsection
@section('scripts')
@endsection