@extends('layout.index') @section('content')
官网轮播添加
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
分辨率为1600*600
{{csrf_field()}}
@endsection