@extends('layouts.app') @section('title', __('language.create')) @section('content')
@include('layouts.session')
{{ __('language.details') }}
{{-- CSRF Protection --}} @csrf @method('POST')
Click here for Short Codes use Code 2 column.
@include("modals.flag.flag") @endsection @section('js') @endsection