@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
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@endsection @section('scripts') @endsection