@extends('layouts.homeapp',['title' => 'shope']) @section('content') @include('layouts.searchform')
@foreach($Flyers as $Flyer)
@endforeach
@endsection