@extends('layouts.school.master') @section('title') {{ __('videos') }} @endsection @section('content') @php $dir = Session::get('language')->is_rtl ? 'rtl' : 'ltr'; @endphp
@endsection @section('js') @endsection