@extends('layouts.host', ['header' => true, 'header_image' => false])
@section('title', 'Division Rules')
{{-- @section('back_button')
@endsection --}}
@section('content')
@include('host.event-new-flow.modal.comon-modal')
@push('scripts')
@endpush
@endsection