@extends('layouts.frontend.master') @section('content')
@foreach($data['products'] as $key => $product)

{{ app()->getLocale() == 'ar' ? $product->title_ar : $product->title_en }}

@endforeach
{{$data['products']->links('front.components.pagination')}}
@endsection