@extends('admin.layout') @section('content')
{{ csrf_field() }}
Thêm banner
@php $field = 'title'; $mess = 'Tiêu đề' @endphp
@if($errors->has($field)) {{$errors->get($field)[0]}} @endif
@php $field = 'banner_type'; $mess = 'Kiểu banner' @endphp
@if($errors->has($field)) {{$errors->get($field)[0]}} @endif
@php $field = 'banner_value'; $mess = 'Giá trị' @endphp
@if($errors->has($field)) {{$errors->get($field)[0]}} @endif
Chọn ảnh
@endsection