@extends('website.layout.master') @section('content')

Contact Us

@if (Session::has('message'))
{{ Session::get('message') }}
@endif
@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
@error('account_no') {{ $message }} @enderror
@error('message') {{ $message }} @enderror

Find the right storage at the right price

frequently asked questions

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

join us

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

@endsection