@extends('layouts.app') @section('title', __('Stock Takes')) @section('content') @lang('Mpesa ') @lang('Mpesa') Initiate M-Pesa Payment @if(session('success')) {{ session('success') }} @endif @if(session('error')) {{ session('error') }} @endif @csrf Phone Number @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif Amount (KES) @if ($errors->has('amount')) {{ $errors->first('amount') }} @endif Initiate Payment @endsection @section('scripts') @endsection