@extends('frontend.layouts.master') @section('title','Al-Bazai | '.$category->title) @section('lang') @if(app()->getLocale() == 'ar')
  • English
  • @else
  • عربي
  • @endif @endsection @section('content')
    {{ $category->title ?? '' }}
    @endsection