@extends('front.app') @section('main-content') @section('title', 'Home') @if ($getBanners->count() > 0)
    @foreach ($getBanners as $banners) @php $extension = pathinfo($banners->image, PATHINFO_EXTENSION); @endphp
  • @if ($extension == 'mp4') @else {{ $banners->image }} @endif
  • @endforeach
@endif

About Company

About us

Signet Arms is a proud participant of the Make in India initiative with the State of Art Technology to manufacture Small Arms and Ammunition. Equipped with automated production lines, a well-defined Quality Assurance Plan and experienced technical staff, we manufacture prime quality firearms for law enforcement and military requirements in designed calibres. Finest civilian handguns in India available with service backup and warranty. With an endeavour to provide advanced innovatively engineered firearms while adhering to global standards, we pursue the production of unmatched, top-notch quality production.

What we provide

Products

Let’s Get In Touch

FOR FURTHER ASSITANCE CONTACT

Signet Arms (Unit of Signet Conductors)

Plot No. 2 & 3, Udyog Vihar, Chorhata, Rewa (M.P.) 486006
India

Leave Message

@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('failure'))
{{ Session::get('failure') }}
@endif
@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror
@error('subj')

{{ $message }}

@enderror
@error('msg')

{{ $message }}

@enderror
@error('g-recaptcha-response')

{{ $message }}

@enderror
@endsection