@extends('web.layouts.app') @section('title') The Best Widex Hearing Center @endsection @section('meta_description')@endsection @section('css') @endsection @section('content') View All @foreach(services() as $service) {{$service->title}} @endforeach @foreach($portfolios as $portfolio) {{$portfolio->caption}} @endforeach @endsection @section('js') @endsection