@extends('layouts.frontend.master') @section('title') {{ __('UNIGUIDE | e-Learning website') }} @endsection @push('css') @endpush @section('content')
{{__('Register Now')}}

{{__('Free Registration')}}

@if($register)

{{$register->title}}

{{__('Register Now')}}
regImg
@endif
@if($about)
{{ __('About Us') }}

{{ $about->title }}

{!! $about->content !!}

{{ __('Contact us now and get your free consultation') }}

{{ __('Contact Us') }}
@endif

Register Now

{{__('Enter Yor Details and We Will Contact You')}}

@csrf
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
@push('scripts') @endpush @endsection