@extends('website.layouts.master') @section('title') Project Details @endsection @section('content')

{{App::getLocale() == 'ar'? $project->name_ar : $project->name_en}}

{{--
--}} {{--
--}} {{--
--}} {{--
--}}
{{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}}

{!!App::getLocale() == 'ar'? $project->description_ar : $project->description_en!!}

{{--
--}} {{-- --}} {{--
--}}
{{-- @endforeach--}}
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection @section('js') @endsection