@extends('layouts.app') @section('content') @include('layouts.navbars.auth.topnav', ['title' => $title])

{{$title}}

{{--
--}}
* @if ($errors->has('payment_type')) {{ $errors->first('payment_type') }} @endif
*
*
@endsection