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