@extends('base') @section('title', __('strategy for studing abroad')) @section('content') @include('common.no_cache') @php $version = config('app.version'); $language = config('app.locale'); $auth = \Illuminate\Support\Facades\Auth::check(); @endphp
@endsection