Website by {!! env('APP_AUTHOR') !!}
{{--
    @foreach($footerNavigation['About'] as $item)
  • {!! $item->name !!}
  • @endforeach
  • Contact Us
--}}
    {{--
  • Pages
  • --}} @foreach($footerNavigation['Pages'] as $item) @if($loop->first)
  • {{ $item->parent->name }}
  • @endif
  • {!! $item->name !!}
  • @endforeach
{{--

Copyright © {{config('app.name') . ' ' . date('Y')}}

--}}
Privacy Policy | Terms and Conditions | FAQs