@php
$rtl_locales = ['ar', 'fa', 'he', 'ps', 'ur'];
$current_locale = app()->getLocale();
$is_rtl = in_array($current_locale, $rtl_locales);
@endphp
{{ __('manufacturing::lang.manufacturing_module') }}
@if($is_rtl)
@endif
{{-- Laravel Mix - CSS File --}}
{{-- --}}
@yield('content')
{{-- Laravel Mix - JS File --}}
{{-- --}}