@extends('layout.admin') @section('styles') @endsection @section('content')

Banner / Add

{{csrf_field()}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('button_text')) {{ $errors->first('button_text') }} @endif
@if ($errors->has('button_link')) {{ $errors->first('button_link') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
(Recommended Size 500KB And For perfect view please Upload size of image 660 * 627 ) @if ($errors->has('image_url')) {{ $errors->first('image_url') }} @endif
@if ($errors->has('image_alt')) {{ $errors->first('image_alt') }} @endif
@if ($errors->has('image_title')) {{ $errors->first('image_title') }} @endif
@endsection @section('script') @endsection