@php $locale = app()->getLocale(); @endphp @extends('layouts.webapp') @push('meta_tags') @if (app()->getLocale() == 'en') @section('title', 'NoticeBoard') @else @section('title', 'নোটিশ বোর্ড') @endif @endpush @section('content')
@endsection