@php use Stevebauman\Location\Facades\Location; $ip = request()->server("REMOTE_ADDR"); $cuinfo = Location::get($ip); @endphp @php $metas = $page->tags; @endphp @extends('master') @section('main_content') {{-- @include($page->blade) --}} {{--
--}}
{{ $page->title }}

{{ date('F d, Y', strtotime($page->created_at)) }}

{{ $page->title }}

{{--

Arashi Singh

Senior Data Science,IBM

--}} {{--
--}}
{!! $page->content !!}

Where to Get Started?

Get started with Datatrained's Job Oriented Course Courses

Get Free Registation

Comments

{{-- --}}

More From Datatrained

{{--

we see collaboration,growth and great work in your futures.

--}}
@php $blogs = DB::table('blogs')->where('id', '!=', $page->id)->orderBy('id', 'desc')->take(6)->get(); @endphp @foreach($blogs as $r)

{{ $r->title }}

Read More
@endforeach
@endsection @section('scripts')
@stop