@extends('layouts.master') @section('title', trans('client.stripe.main_title')) @section('page_styles') @endsection @section('page_scripts') {{-- --}} {{----}} @endsection @section('content')

{{trans('client.stripe.page_title')}}

{{(trans('client.stripe.page_heading'))}}

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
{{(trans('client.stripe.form_heading'))}}
@endsection