@extends('admin.layouts.master') @section('title', 'Add Feature Course - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ $error}}
@endforeach{{ __('Course :') }} {{ $featured->courses->title }}
{{ __('User :') }} {{ $featured->user->fname }}
{{ __('Transaction id :') }} {{ $featured->transaction_id }}
{{ __('PaymentMethod :') }} {{ $featured->payment_method }}
{{ __('Amount :') }} {{ $featured->total_amount }}
{{ __('Currency :') }} {{ $featured->currency }}