@extends('layouts.admin') @section('title', tr('create_language')) @section('content-header', tr('create_language')) @section('breadcrumb')
  • {{tr('home')}}
  • {{tr('languages')}}
  •   {{tr('create_language')}}
  • @endsection @section('content')
    @include('notification.notify')

    {{ tr('create_language') }}

    {{tr('languages')}}
    @include('admin.languages._form')
    @endsection