@extends('site.layouts.app') @section('title', 'Shops') @section('content')

Shops

@if (count($shops) > 0) @foreach ($shops as $shop) @endforeach @else

No record found

@endif
@endsection