@extends('admin.layouts.app') @section('title', '轮播图修改') @section('content')
轮播图列表 > 轮播图修改
{{ csrf_field() }}
标题:
链接网址: (请用绝对地址)
跳转方式: target) && $post->target==0){echo 'checked';} ?> /> _blank   target) && $post->target==1){echo 'checked';} ?> /> _self
显示平台: type) && $post->type==0){echo 'checked';} ?> /> pc   type) && $post->type==1){echo 'checked';} ?> /> weixin   type) && $post->type==2){echo 'checked';} ?> /> app   type) && $post->type==3){echo 'checked';} ?> /> wap
是否显示: is_show) && $pos->is_show==0){echo 'checked';} ?> /> 是   is_show) && $pos->is_show==1){echo 'checked';} ?> /> 否
排序:
所属的组:
图片: " src="pic)){echo $post->pic;} ?>" width="120" height="80" id="picview">
  
@endsection