@extends('layouts.external') @section('title') @endsection @section('header-style') @endsection @section('content')

Welcome To Hydrography Product Selling Portal

{{ csrf_field() }}
@if($products)
@foreach($products as $product)
@if(isset($product->file_info_id)) Dummy Image @else Dummy Image @endif

{{$product->name}}

{{-- {{$product->format_available}} Format(s)--}} {{--

Minumum Price: {{$product->min_price}} BDT

--}}
Basic Info
@endforeach
@else

Sorry! No result found for search content.

@endif @endsection @section('footer-script') @endsection