Hello, Welcome Midlands
Email Address
*
Password
*
Forgot Password?
Login
Registration Form
Full Name
*
Email Address
*
Mobile No.
*
Country
*
Select Country
@foreach(GetCountry() as $val)
{{$val->name}}
@endforeach
State
*
Select State
City
*
Select City
Area
*
Select Area
Pincode
*
Address
Password
*
Confirm Password
*
By signing up I agree to all
Terms and condition.
and
Privacy Policy
]
Submit
+44 7831 065252
info@midlandsimpex.com
Facebook
Twitter
Linkedin
Instagram
@guest
Customer Login
@else
Hello,
{{substr(Auth::user()->name,0,6)}}..
@csrf
@endif
0
@if(GetNavigation()[0]->id) @foreach(GetNavigation() as $nav) @if($nav->name=='Home')
{{$nav->name}}
@elseif($nav->url_slug=='seasonal')
Seasonal
@if(GetSeasonal()[0]->id) @foreach(GetSeasonal() as $SesVal)
{{$SesVal->title}}
@endforeach @endif
@elseif($nav->url_slug=='categories')
Categories
@if(GetCategory()[0]->id) @foreach(GetCategory() as $catVal)
{{$catVal->title}}
@endforeach @endif
@elseif($nav->url_slug=='shopbytheme')
Shop by Theme
@if(GetShopbytheme()[0]->id)
Footwear
@foreach(GetShopbytheme() as $SbtVal) @if($SbtVal->type=='Footwear')
{{$SbtVal->title}}
@endif @endforeach
Clothing
@foreach(GetShopbytheme() as $SbtVal) @if($SbtVal->type=='Clothing')
{{$SbtVal->title}}
@endif @endforeach
@endif
@elseif($nav->url_slug=='EmployeeLogin')
Employee Login
@else
{{$nav->name}}
@endif @endforeach @endif
@yield('content')
@yield('script') @if(session()->has('success')) @endif @if(session()->has('error')) @endif