@extends('layouts.backend') @section('title', $language->name) @section('page_script') @endsection @section('page_header')

{{ $language->name }}

@endsection @section('content') @if (count($errors) > 0)
@endif
$language->uid, "file" => $filename]) }}" method="POST" class="form-validate-jqueryx"> {{ csrf_field() }}

{{ trans('messages.cancel') }}
@endsection