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

Edit Civilian Level

@if ($civilianLevel->id != 1)
@csrf @method('DELETE')
@endif
@csrf @method('put')

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)
@if (in_array($license_type->id, $allowed_licenses['data'])) @else @endif
@endforeach
Cancel
@endsection