@extends('layouts/default')
{{-- Page title --}}
@section('title')
@if ($item->id)
{{ trans('admin/categories/general.update') }}
@else
{{ trans('admin/categories/general.create') }}
@endif
@parent
@stop
{{-- Page content --}}
@section('content')