@php $countries=\App\Models\Country::where('cancelled',0)->get(); $paragraphs=getter('paragraphs')->setLang(app()->getLocale())->condition('position','=','donate')->orderBy('orders')->get(); @endphp @extends('layouts.main',[ 'compact'=>'compact' ]) @section('title') {{__('texts.join-community')}} | {{env('APP_NAME')}} @endsection @section('content')
  • Name
    {{$restoration['label']}}
  • {{--
  • --}} {{--
    --}} {{-- Initial Price--}} {{--
    --}} {{--
    --}} {{-- $ {{$package['package_price']}}--}} {{--
    --}} {{--
  • --}}
  • Price
    $ {{$restoration['price']}}
{!! $restoration['description'] !!}
{{__('texts.Adopt Now')}}
{{--
{{__('texts.for-candidates')}}
--}}
@csrf
@php // $total=doubleval($restoration['price'])+doubleval($package['package_price']); $total=doubleval($restoration['price']); @endphp
{{__('texts.payment')}}
{{__("texts.adopt")}}
{{$restoration['price']}}
{{--
--}} {{-- {{__("texts.package")}}--}} {{--
--}} {{--
--}} {{-- {{$package['package_price']}}--}} {{--
--}}
{{__("texts.total")}}
${{$total}}
@endsection @section('scripts') @endsection