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

{{ __('help text') }}

@endif
@endsection @section('custom-script') @endsection