@extends('admin/layouts/default') {{-- Page title --}} @section('title') Add new language :: @parent @stop {{-- Page content --}} @section('content')
@include('admin/notifications')
(ex: en)
Cancel
@stop @section('scripts') @parent @stop