@extends('voyager::master') @section('content') @section('page_header') @stop @section('content') @include('_partials.alerts')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('POST')
isActive ? 'checked="checked"' : '' }}>
@endsection