@extends('website.layout.master') @section('content')
@if (Session::has('message'))
{{ Session::get('message') }}
@endif

Not a member?

Apply now for a FREE listing, as a FREE member you can:

  • Reach 1000's of new customers
  • Add Prices
  • Add Pictures
  • Directions
  • Add Store Information
  • Add Opening Times
{{--

Apply for a FREE listing now..!

--}}
{{-- @if (Session::has('message'))
{{ Session::get('message') }}
@endif --}}
@csrf
Enter your username (email address) and password to login.
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror

Apply now

{{--

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s

  • Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s
  • Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s
  • Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
  • Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s
  • Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s
  • Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

Apply now

--}}
@endsection