@extends('layouts.main')
@section('styles')
@endsection
@section('content')
@include('includes.header')
{{$main->h1}} {{$main->h2}}
{{$main->h3}}
{{$box->ah1}}
{{$box->ah2}}
{{$box->bh1}}
{{$box->bh2}}
{{$box->ch1}}
{{$box->ch2}}
@foreach($menus->take(5) as $smallmenu)
@endforeach
{{$secbox->ah1}}
{{$secbox->ah2}}
Shop Now
{{$secbox->bh1}}
{{$secbox->bh2}}
Shop Now
{{$addbox->h1}}
{{$addbox->h2}}
{{$addbox->h3}}
{{$addbox->h4}}
Shiping
we ship all over the country
No Returns
30% deduction on order cancelation
No Exchange policy
30% deduction on order cancelation
Best Peice
Guaranteed price
@endsection
@section('scripts')
@endsection