@extends('admin/layout') @section('title') {{ labels('admin_labels.language', 'Language') }} @endsection @section('content')
{{ labels('admin_labels.add_language', 'Add Language') }}
@csrf
{{ labels('admin_labels.upload_file', 'Upload Translation File') }}
@csrf @method('PUT')
@endsection