@extends('admin.layout') @if(!empty($abe->language) && $abe->language->rtl == 1) @section('styles') @endsection @endif @section('content')
Background Image
@if (!empty($langs)) @endif
@csrf {{-- Image Part --}}
Background Image


JPG, PNG, JPEG, SVG images are allowed

@if ($errors->has('background_image'))

{{$errors->first('background_image')}}

@endif
@endsection