@extends('layouts.shimanto-restaurant') @section('content') About Us home About {{ $about->small_title }} {{ $about->big_title }} {{ $about->short_description }} {!! $about->description !!} Features Our Best Features @foreach($features as $key) {{ $key->title }} {{ $key->short_description }} @endforeach @if($promo_video) {{ $promo_video->small_title }} {{ $promo_video->big_title }} {{ $promo_video->short_description }} @endif @endsection