@php
$action = isset($method) && $method=='create' ? route('term.store') : route('term.update', $term->id);
$title = isset($method) && $method=='create' ? 'Add new term' : 'Update term';
@endphp
{{$title}}
{!! __('term.create.note') !!}