@extends('layouts.default') {{-- Page title --}} @section('title') @if ($item->id) {{ $updateText }} @else {{ $createText }} @endif @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content')