@extends('theme.master') @section('title', "Gift Course") @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets))
@if($gets['img'] !== NULL && $gets['img'] !== '') {{$gets->text}} @else {{ __('course')}} @endif

{{ __('Gift a Course') }}

@endif
@if($course['preview_image'] !== NULL && $course['preview_image'] !== '') {{ __('course')}} @else {{ __('course')}} @endif

{{ $course->title }}

{{ csrf_field() }}

@endsection