@extends('layouts.admin_app') @section('title','Add Banner - Admin Dashboard') @section('content')

Add Banner

@include('flash-message')
{{@csrf_field()}}
@if($errors->has('banner')) @component('components.error') {{$errors->first('banner')}} @endcomponent @endif
@if($errors->has('text_eng')) @component('components.error') {{$errors->first('text_eng')}} @endcomponent @endif
@if($errors->has('text_ar')) @component('components.error') {{$errors->first('text_ar')}} @endcomponent @endif
@endsection