@extends('admin.layouts.master') @section('title', __('static.languages.edit')) @section('content')
@method('PUT') @csrf @include('admin.language.fields')
@endsection