@extends('../../master_layout/website_master') @section('custom_css') @endsection @section('title') {{env('APP_NAME')}} :: Banner @endsection @section('heading')
Back

Banner

@php $breadcrumb = array( array('title'=> 'Banner', 'url'=>'', 'active'=>'1') ); @endphp @include('website_view.component.breadcrumb', compact("breadcrumb"))
@endsection @section('content')

Banner

@if (session('errors'))
@foreach($errors->all() as $message)
  • {{$message}}
  • @endforeach
    @endif @if (session('message'))
    @endif
    @if(isset($country->country_flag) && $country->country_flag !='' && file_exists(public_path('/uploads/flags/').'/'.$country->country_flag)) @endif

    {{ strtoupper($country->country_name) }}

    {{ $amountf }} {{ $country->currency_code }}

    @if($country->currency_code !='KES')

    ( {{ $amount_topay }} KES )

    @endif
    Amount to pay.

    {{ $amount }} {{ $country->currency_code }}

    Banner Price.

    Phone Number

    Please confirm your phone number above and click "Send Request to Phone". A payment request will be send to your M-PESA line, check and enter the M-PESA PIN.

    @endsection @section('custom_js') @endsection