@extends("front.layout.master")
@section('meta_tags')
Explore Our Collection to Find Unique Paintings - Artiner
@endsection
@section("body")
@if(count($allcollections)!=0 )
@php
$page="collection";
@endphp
@else
{{ __('No Collection Found') }}.
@endif
@endsection
@section('script')
@endsection