@extends('admin/public/layout') @section('title')编辑友情链接@endsection @section('content') 编辑友情链接 链接名称 @if($errors->has('name')) {{ $errors->first('name') }} @endif 链接口号 @if($errors->has('slogan')) {{ $errors->first('slogan') }} @endif 链接地址 @if($errors->has('url')) {{ $errors->first('url') }} @endif 显示顺序 @if($errors->has('sort')) {{ $errors->first('sort') }} @endif 状态 (禁用后前台不会显示) status === 1) checked @endif/> 启用 status === 0) checked @endif/> 禁用 @endsection @section('script') @endsection
{{ $errors->first('name') }}
{{ $errors->first('slogan') }}
{{ $errors->first('url') }}
{{ $errors->first('sort') }}