@extends('user-front.layout') @section('tab-title') {{ $keywords['Gallery'] ?? 'Gallery' }} @endsection @section('meta-description', !empty($userSeo) ? $userSeo->blogs_meta_description : '') @section('meta-keywords', !empty($userSeo) ? $userSeo->blogs_meta_keywords : '') @section('page-name') {{ $keywords['Gallery'] ?? 'Gallery' }} @endsection @section('br-name') {{ $keywords['Gallery'] ?? 'Gallery' }} @endsection {{-- @dd($userBs); --}} @section('content')
@endsection