@extends('admin.layouts.modal') {{-- Content --}} @section('content') {{-- Edit Content Form --}}
{{ $errors->first('name', ':message') }}
@if ($errors->has('slug'))
{{ $errors->first('slug', ':message') }}
@endif @if (!empty($templates))
@endif
@if (!empty($associate_attributes))
@if (!empty($content_type))
@endif @endif
{{ (isset($content_type) ? 'Close' : 'Cancel') }} @if (isset($content_type)) Delete Create @endif
@stop