@extends('layouts.app') @section('header-title', __('Create New Language')) @section('content')
@csrf

{{ __('Create New Language') }}

@endsection