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