@extends('Client.layouts.layout') @section('title', __('trans.gallery') ) @section('content')
@forelse ($Gallery->where('type_id',1) as $Item) @empty Image @endforelse
@forelse ($Gallery->where('type_id',2) as $Item) @empty Image @endforelse
@endsection @push('css') @endpush @push('js') @endpush