@extends('frontend.layouts.master') @section('content')
name") }});">

{{ $page_name }}

  • Home
  • {{ $page_name }}
Image
@foreach ($testimonials as $testimonial)

{{ (session('locale') == 'bn') ? $testimonial->bn_name : $testimonial->name }}

@endforeach
{!! $testimonials->appends(Input::all())->render() !!}
@endsection