@extends('admin.layout') @section('header') @endsection @section('content')
{{ '添加' . $model_name }}
{{ csrf_field() }}
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($type != 3)
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@else
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@endif
@if($errors->has('sort')) {{ $errors->first('sort') }} @endif
@endsection @section('footer') @endsection