@extends('front-end.layouts.apps')
@section('title', 'ګالري')
@section('page_title', 'ګالري')
@section('main_container')
{{-- Back button and header --}}
{{-- Gallery grid --}}
@forelse ($gallary as $row)
@empty
@endforelse
{{-- Bottom Navigation --}}
@endsection