@extends('site.layout.layout') @section('url'){{URL::to('/')}}/{{App::getLocale()}}/portal @stop @section('title'){{ __('app.portal') }} @stop @section('image'){{URL::to('/')}}/img/750x500/{{$setting->logo}} @stop @section('description'){{\App\Http\Helpers\Helpers::stringReplace('')}} @stop @section('css') @endsection @section('content')

{{ __('app.create_new_account') }}

{{$data['static']->title}}

{!! $data['static']->details !!}
{{ csrf_field() }}
{{-- --}}
{{-- --}}
@endsection @section('js') @endsection