@extends('back.layouts.app', ['title' => $title]) @section('content')
@include('back.common_views.quicklinks')
@if ($errors->any())

Please correct These error.

@foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif @include('back.setting.paypal_inner')
    @endsection @section('beforeBodyClose') @endsection