@extends('layouts.app') @section('title') @lang('home.checkout') @endsection @section('content')

{{__('home.total_amount')}}

{{$training->price . ' ' . __('home.SAR')}}

@endsection @section('style') @endsection @section('script') @endsection