@extends('layout.home') @section('content') @include('layout/header-image')
@include('layout.direction')
{{$page}}
Membership Application Form @foreach( $data as $file)

{{$file->title}}

@endforeach @foreach( $data1 as $file)

{{$file->title}}

@endforeach
@endsection