@extends('site.layouts.main') @section('meta_title') {{ trans('messages.Adnan Eltaher') . ' | ' . $theoryPackage->{'name_' . App::getLocale()} }} @stop @section('content')
@if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif
@if ($theoryPackage->image) @if(in_array(pathinfo($theoryPackage->image, PATHINFO_EXTENSION),["jpg","jpeg","gif","png","bmp"])) @else @endif @endif @if ($theoryPackage->photo_phone) @if(in_array(pathinfo($theoryPackage->photo_phone, PATHINFO_EXTENSION),["jpg","jpeg","gif","png","bmp"])) @else @endif @endif
{{ $theoryPackage->price }} €

{{ $theoryPackage->{'name_' . App::getLocale()} }}

{!! nl2br($theoryPackage->{'notes_' . App::getLocale()}) !!}

@endsection @section('script') @if ($openmodel == true) @endif @endsection