@extends('admin/public/layout') @section('title') 添加友情链接 @endsection @section('content')

友情链接管理 添加友情链接

@include('admin/public/error')
@if($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if($errors->has('slogan'))

{{ $errors->first('slogan') }}

@endif
请输入完整地址,例如:http://www.qasystem.com @if($errors->has('url'))

{{ $errors->first('url') }}

@endif
@if($errors->has('sort'))

{{ $errors->first('sort') }}

@endif
(禁用后前台不会显示)
  
@endsection @section('script') @endsection