@extends('layouts.frontend') @section('content')
@if(isset($downloadtools)) @foreach($downloadtools as $downloadtool)
{{$downloadtool->title}}
  • Downloads: {{$downloadtool->downloads}}
  • {{date_format($downloadtool->created_at,'F jS, Y')}}

{!!$downloadtool->content!!}

Details Download File
@endforeach @endif
Back to IFA Tools

Quick Links

@endsection