@extends('back/layouts.app') @section('title') {{__('words.term_title')}} @stop @section('content')
{{ csrf_field() }}
@if ($errors->has('title')){{ $errors->first('title') }}@endif
{{--
--}} {{-- --}} {{--
--}}
@if ($errors->has('sort')){{ $errors->first('sort') }}@endif



@section('js_pagelevel') @endsection @endsection