@extends('layout.home') @section('content') @include('layout/header-image')
@include('layout.direction')
{{$page}}
@foreach($important_link as $data)
@endforeach
@endsection