@extends('website.layouts.app') @section('content') @if(count($slides) > 0)
@foreach ($slides as $slide)

{{ $slide->title }}

{{ $slide->description }}
@endforeach
@if(count($slides) > 1)
@foreach ($slides as $slide) @endforeach
@endif
@endif

Select Your Fish

Smart Masheda offers fish feed to a wide range of Freshwater Fish Feed species. for example, Mullet Fish, Carp, Catfish, Tilapia.

About Us

Our Vision

Is to contribute to meeting the rising food needs of a growing world population in a sustainable manner...

Our Mission

Is to always provide tailor - made products and services to our customers, to optimize their business performance

Our Value

is to ensure that our products and service are supplied to achieve consistent customer satisfaction...

@if(count($sections) > 0)
@foreach($sections as $section)
{!! $section->description !!}
@endforeach
@endif
@endsection