@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
(禁用后前台不会显示)
  
@endsection @section('script') @endsection