@extends('OfflinePayment.payment') @section('tab-content') {{-- step 2 --}}
{{ csrf_field() }}
@error('payment_mode') {{ $message }} @enderror
Back {{-- Cancel --}}
@endsection