@extends('layouts.backend') @section('content')

CREATE WHAT'S NEW

@csrf
@if ($errors->has('title')) @endif
@if ($errors->has('banner_image')) @endif
@if ($errors->has('redirect_url')) @endif
@endsection