@extends('payment_methods.layout') @section('paymentMethods.content')
@csrf
@if($errors->has('name'))
{{$errors->first('name')}}
@endif
@if($errors->has('type'))
{{$errors->first('type')}}
@endif
@endsection