@extends('layouts.admin.master') @section('content')
{{ $layout->menu->create_layout_category->title }}
@if(Session::has('inserted'))
{!! Helper::alert('success', Session::get('inserted'), 'block font-15') !!}
@endif
Slug @if($errors->has('slug'))
{!! Helper::alert('danger', $errors->first('slug')) !!}
@endif
{!! $layout->label->slug_note->title !!}
Title @if($errors->has('title'))
{!! Helper::alert('danger', $errors->first('title')) !!}
@endif
Description
{{ old('description') }}
Note:
height of the textarea depends on the rows attribute.
Options
{!! $layout->label->options_note->title !!}
@endsection