@extends('layouts.backend.app') @section('title', 'Select Payment Getway') @section('head') @include('layouts.backend.partials.headersection',['title'=>'Select Payment Getway']) @endsection @section('content')
@if (Session::has('alert'))
{{ Session::get('alert') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection @push('js') @endpush