@extends('layouts.admin') @section('content')

Create Civilian Level

@csrf

Amount of vehicles per civilian a member can create.

Amount of Firearms per civilian a member can create.

Licenses this level can have.

@foreach ($license_types as $license_type)
@endforeach
Cancel
@endsection