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

{{ $language->name }}

@endsection @section('content')
{{ csrf_field() }} @include('admin.languages._form') @endsection