@extends('layouts.master') @section('title') {{ __('language_settings') }} @endsection @section('content')
@csrf

{{ __('list') . ' ' . __('language') }}

{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('code') }} {{ __('Is RTL') }} {{ __('status') }} {{ __('action') }}
@endsection @section('script') @endsection