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