@extends('themes.alnakhlawy.app') @section('content') {{$title}} {{__('Home')}} {{__('services')}} {{$service->title}} {{$service['title']}} {{ (new Carbon\Carbon($service['updated_at']))->diffForHumans()}} {!! $service['content'] !!} @include('themes.alnakhlawy.inc.aside') @endsection @section('scripts') @endsection