@extends('layouts.app') @section('title', 'Edit Operations Manager') @section('content')

Update Operations Manager

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Leave blank to keep the current password.
is_active) ? 'checked' : '' }}>
Cancel
@endsection