@extends('layouts.dashboard') @section('title') edit Therapists @endsection @section('content')
@csrf @method('PATCH')
active == '1' ? 'checked="checked"' : '' }}>
@endsection