@extends('layouts.master') @section('title', __('language.edit_page_title')) @section('content')
{{ __('language.edit_page_title') }}
@include('languages.form', ['formType' => 'edit'])
@endsection