@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Create Banner
Add banner details and image.
@extends('layouts.app') @section('content') @php $status = old('status', 'active'); @endphp
Add banner details and image.