@extends('layouts.app' ,['header'=> true , 'header_image' => false , 'close_button' => false, 'specific_url' => url()->previous() ]) @php $route = str_contains(url()->previous() , 'challenge') ? 'challenge' : 'events'; @endphp @section('back_button') @if(request()->route('show') !== null && request()->route('show') != '1') @else {{-- --}} @endif @endsection @section('content') @php @endphp

{{ $division->code }} - {{ $division->name }}

Official pistol division rules
{{--

Requirement

Fit in Full size box 8.75 x 6 x 1.58

9 mm caliber min.

Ported barrels - approved if stock

Compensators- approved if stock

Iron sites only

Examples

Glock 34 Glock 17

Sig Sauer P320

Smith & Wesson M&P 2.0

CZ P09

Beretta 92

--}}
{!! @$division->content !!}
@if(request()->route('show') !== null && request()->route('show') != '1') Continue
Loading...
@endif
@endsection @push('scripts') @endpush