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