@extends('layouts.app') @section('title', __('language.languages')) @section('css') @endsection @section('content')
{{ __('language.languages') }}
@can('language.create') @endcan
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.name') }} {{ __('app.short_code') }} {{ __('app.country_flag') }} {{ __('app.direction') }} {{ __('app.status') }} {{ __('app.action') }}
@endsection @section('js') @endsection