@extends('site.layouts.main')
@section('meta_title')
{{ trans('messages.Adnan Eltaher') . ' | ' . trans('messages.Theory Packages') }}
@stop
@section('content')
{{ $thpackage->{'short_desc_' . App::getLocale()} }}
{{ trans('messages.Theory Packages') }}
@else
@endif
@endif
@if ($thpackage->photo_phone)
@if (in_array(pathinfo($thpackage->photo_phone, PATHINFO_EXTENSION), ['jpg', 'jpeg', 'gif', 'png', 'bmp']))
@else
@endif
@endif
{{ $thpackage->{'name_' . App::getLocale()} }}
@else
@endif
@endif
@if ($thpackage->{'cove_phone_' . App::getLocale()})
@if (in_array(pathinfo($thpackage->{'cove_phone_' . App::getLocale()}, PATHINFO_EXTENSION), [
'jpg',
'jpeg',
'gif',
'png',
'bmp',
]))
@else
@endif
@endif